netcat: reintroduced nc symlink
This commit is contained in:
parent
ca03a8df43
commit
3d9a3b11ca
@ -1,5 +1,6 @@
|
|||||||
drwxr-xr-x root/root usr/
|
drwxr-xr-x root/root usr/
|
||||||
drwxr-xr-x root/root usr/bin/
|
drwxr-xr-x root/root usr/bin/
|
||||||
|
lrwxrwxrwx root/root usr/bin/nc -> netcat
|
||||||
-rwxr-xr-x root/root usr/bin/netcat
|
-rwxr-xr-x root/root usr/bin/netcat
|
||||||
drwxr-xr-x root/root usr/man/
|
drwxr-xr-x root/root usr/man/
|
||||||
drwxr-xr-x root/root usr/man/man1/
|
drwxr-xr-x root/root usr/man/man1/
|
||||||
|
@ -13,5 +13,5 @@ build() {
|
|||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
rm -rf $PKG/usr/{share,info,bin/nc}
|
rm -rf $PKG/usr/{share,info}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user