diff options
Diffstat (limited to 'emulators/hercules/files/patch-ab')
-rw-r--r-- | emulators/hercules/files/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/hercules/files/patch-ab b/emulators/hercules/files/patch-ab new file mode 100644 index 000000000000..60bc3a0fdf1f --- /dev/null +++ b/emulators/hercules/files/patch-ab @@ -0,0 +1,12 @@ +--- Makefile.am Tue Oct 30 16:44:39 2001 ++++ Makefile.am Mon Mar 11 02:44:03 2002 +@@ -93,8 +93,8 @@ + + tar: dist + ++install-exec-local: + if SETUID_HERCIFC +-install-exec-local: + chown root $(DESTDIR)$(bindir)/hercifc + chmod 0751 $(DESTDIR)$(bindir)/hercifc + chmod +s $(DESTDIR)$(bindir)/hercifc |