screen: don't install screen suid root, suggested by Han Boetes

This commit is contained in:
Juergen Daubert 2006-11-14 17:59:05 +01:00
parent a2afce8c04
commit e7666234c3
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/screen -> screen-4.0.3
-rwsr-xr-x root/root usr/bin/screen-4.0.3
-rwxr-xr-x root/root usr/bin/screen-4.0.3
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/screen.1.gz

View File

@ -5,7 +5,7 @@
name=screen
version=4.0.3
release=1
release=2
source=(ftp://ftp.uni-erlangen.de/pub/utilities/$name/$name-$version.tar.gz)
build () {
@ -14,4 +14,5 @@ build () {
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/info
chmod -s $PKG/usr/bin/$name-$version
}