From 8f6a40870181283b1c085890f6c60ec42c5fc724 Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Wed, 12 May 2004 11:39:00 +0000 Subject: [PATCH] chmod 755 installed tunconfig --- SheepShaver/src/Unix/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/SheepShaver/src/Unix/Makefile.in b/SheepShaver/src/Unix/Makefile.in index a91ac0e7..45e0329a 100644 --- a/SheepShaver/src/Unix/Makefile.in +++ b/SheepShaver/src/Unix/Makefile.in @@ -82,6 +82,7 @@ install: $(APP) installdirs -$(INSTALL_DATA) $(APP).1 $(DESTDIR)$(man1dir)/$(APP).1 $(INSTALL_DATA) keycodes $(DESTDIR)$(datadir)/$(APP)/keycodes $(INSTALL_DATA) tunconfig $(DESTDIR)$(datadir)/$(APP)/tunconfig + chmod 755 $(DESTDIR)$(datadir)/$(APP)/tunconfig installdirs: $(SHELL) mkinstalldirs $(DESTDIR)$(bindir) $(DESTDIR)$(man1dir) $(DESTDIR)$(datadir)/$(APP)