You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
799 B
12 lines
799 B
18 years ago
|
--- screen-4.0.3/Makefile.in.perm 2007-02-06 10:25:58.000000000 +0100
|
||
|
+++ screen-4.0.3/Makefile.in 2007-02-06 10:26:10.000000000 +0100
|
||
|
@@ -74,7 +74,7 @@
|
||
|
-if [ -f $(DESTDIR)$(bindir)/$(SCREEN) ] && [ ! -f $(DESTDIR)$(bindir)/$(SCREEN).old ]; \
|
||
|
then mv $(DESTDIR)$(bindir)/$(SCREEN) $(DESTDIR)$(bindir)/$(SCREEN).old; fi
|
||
|
$(INSTALL) -m 755 screen $(DESTDIR)$(bindir)/$(SCREEN)
|
||
|
- -chown root $(DESTDIR)$(bindir)/$(SCREEN) && chmod 4755 $(DESTDIR)$(bindir)/$(SCREEN)
|
||
|
+ -chown root $(DESTDIR)$(bindir)/$(SCREEN) && chmod 755 $(DESTDIR)$(bindir)/$(SCREEN)
|
||
|
# This doesn't work if $(bindir)/screen is a symlink
|
||
|
-if [ -f $(DESTDIR)$(bindir)/screen ] && [ ! -f $(DESTDIR)$(bindir)/screen.old ]; then mv $(DESTDIR)$(bindir)/screen $(DESTDIR)$(bindir)/screen.old; fi
|
||
|
rm -f $(DESTDIR)$(bindir)/screen
|