commit 4aef140

hovercats  ·  2024-04-16 16:09:55 +0000 UTC
parent cd000c1
libass: specify DESTDIR
1 files changed,  +1, -1
+1, -1
1@@ -14,4 +14,4 @@ sh ./configure \
2     --enable-fontconfig
3 
4 make
5-make install
6+make DESTDIR="$1" install