diff options
| author | cassio <cassiopc@gmail.com> | 2018-08-29 13:03:37 +0000 |
|---|---|---|
| committer | cassio <cassiopc@gmail.com> | 2018-08-29 13:03:37 +0000 |
| commit | 893c493314e12631d90c724ce2c985174cc24f17 (patch) | |
| tree | 7a72464f58449949ddd30aa96870e53f3bd119b4 /Makefile | |
| parent | b3d6ce4d2c1650d2e99787f372c51d88d07d65d6 (diff) | |
| download | boca-893c493314e12631d90c724ce2c985174cc24f17.tar.gz boca-893c493314e12631d90c724ce2c985174cc24f17.zip | |
forcing chmod no postinstall
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,18 +23,21 @@ install-bocaapache: install-scripts: mkdir -p $(DESTDIR)/usr/sbin/ install tools/dump.sh $(DESTDIR)/usr/sbin/boca-dump + chmod 700 $(DESTDIR)/usr/sbin/boca-dump install-bocadb: mkdir -p $(DESTDIR)/usr/sbin/ mkdir -p $(DESTDIR)/etc cp -r tools/postgresql $(DESTDIR)/etc install tools/boca-createdb.sh $(DESTDIR)/usr/sbin/boca-createdb + chmod 700 $(DESTDIR)/usr/sbin/boca-createdb install-bocacommon: install-bocawww mkdir -p $(DESTDIR)/usr/sbin/ mkdir -p $(DESTDIR)/etc/ cp tools/boca.conf $(DESTDIR)/etc/ install tools/boca-config-dbhost.sh $(DESTDIR)/usr/sbin/boca-config-dbhost + chmod 700 $(DESTDIR)/usr/sbin/boca-config-dbhost install-bocaautojudge: tools/safeexec mkdir -p $(DESTDIR)/usr/sbin/ |