summaryrefslogtreecommitdiff
path: root/netcat
diff options
context:
space:
mode:
Diffstat (limited to 'netcat')
-rw-r--r--netcat/.footprint1
-rw-r--r--netcat/Pkgfile2
2 files changed, 2 insertions, 1 deletions
diff --git a/netcat/.footprint b/netcat/.footprint
index 34be43e86..8708aa977 100644
--- a/netcat/.footprint
+++ b/netcat/.footprint
@@ -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/
diff --git a/netcat/Pkgfile b/netcat/Pkgfile
index ecda767ae..0497c1001 100644
--- a/netcat/Pkgfile
+++ b/netcat/Pkgfile
@@ -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}
}

Generated by cgit