We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c32880f commit abc34fbCopy full SHA for abc34fb
community/ubase/build
@@ -6,4 +6,4 @@ make CFLAGS="$CFLAGS -static" ubase-box
6
make DESTDIR="$1" PREFIX=/usr ubase-box-install
7
8
# Remove 'su' which doesn't support '-c'.
9
-rm -f "$1/usr/bin/su"
+unlink "$1/usr/bin/su"
0 commit comments