Skip to content

Commit 6f44f68

Browse files
committed
fix zsh not being installed into destdir
1 parent 1e0407f commit 6f44f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zsh/opkg/rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ case "$1" in
1414
rm -rf /tmp/$PACKAGE
1515
mkdir -p /tmp/$PACKAGE
1616
DESTDIR=/tmp/$PACKAGE
17-
make install
17+
make install DESTDIR=$DESTDIR
1818
;;
1919

2020
clean)

0 commit comments

Comments
 (0)