netcat: reintroduced nc symlink

This commit is contained in:
Antti Nykanen 2009-01-12 17:21:12 +02:00
parent ca03a8df43
commit 3d9a3b11ca
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/nc -> netcat
-rwxr-xr-x root/root usr/bin/netcat
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/

View File

@ -13,5 +13,5 @@ build() {
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/{share,info,bin/nc}
rm -rf $PKG/usr/{share,info}
}