diff options
author | Antti Nykanen <aon@iki.fi> | 2009-01-12 17:21:12 +0200 |
---|---|---|
committer | Antti Nykanen <aon@iki.fi> | 2009-01-12 17:21:12 +0200 |
commit | 3d9a3b11ca8a361b1293176a6656f5f9f85f4703 (patch) | |
tree | 0c2f18b36dcf0cb5f59e4a1dec9899bab2cf2939 | |
parent | ca03a8df43893d482fafba1ea70dbce364a5c321 (diff) | |
download | opt-3d9a3b11ca8a361b1293176a6656f5f9f85f4703.tar.gz opt-3d9a3b11ca8a361b1293176a6656f5f9f85f4703.tar.xz |
netcat: reintroduced nc symlink
-rw-r--r-- | netcat/.footprint | 1 | ||||
-rw-r--r-- | netcat/Pkgfile | 2 |
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} } |