Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
git-svn-id: https://erlyaws.svn.sourceforge.net/svnroot/erlyaws/trunk/yaws@950 9fbdc01b-0d2c-0410-bfb7-fb27d70d8b52
  • Loading branch information
Claes Wikstrom committed Mar 9, 2006
1 parent 268b417 commit 56254f6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions c_src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ clean:
-rm -f $(PRIV_FILES) setuid_drv.$(OBJ)

install:
install -d $(INSTALLPREFIX)/lib/yaws/priv
install $(PRIV_FILES) $(INSTALLPREFIX)/lib/yaws/priv
$(INSTALL) -d $(INSTALLPREFIX)/lib/yaws/priv
$(INSTALL) $(PRIV_FILES) $(INSTALLPREFIX)/lib/yaws/priv
ifndef WIN32
chown root $(INSTALLPREFIX)/lib/yaws/priv/epam
chmod a+s $(INSTALLPREFIX)/lib/yaws/priv/epam
if [ `id -u` = "0" ]; then \
chown root $(INSTALLPREFIX)/lib/yaws/priv/epam; \
chmod a+s $(INSTALLPREFIX)/lib/yaws/priv/epam; \
fi
endif


Expand Down

0 comments on commit 56254f6

Please sign in to comment.