Skip to content

Commit abc34fb

Browse files
committed
ubase: Use unlink
1 parent c32880f commit abc34fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

community/ubase/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ make CFLAGS="$CFLAGS -static" ubase-box
66
make DESTDIR="$1" PREFIX=/usr ubase-box-install
77

88
# Remove 'su' which doesn't support '-c'.
9-
rm -f "$1/usr/bin/su"
9+
unlink "$1/usr/bin/su"

0 commit comments

Comments
 (0)