screen: don't install screen suid root, suggested by Han Boetes
This commit is contained in:
parent
a2afce8c04
commit
e7666234c3
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user