Added zncchk to install - Changed znc permissions to 0755

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@108 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2005-04-04 06:55:12 +00:00
parent 0f70dfd948
commit 1c5af2d7d2
+2 -1
View File
@@ -38,7 +38,8 @@ distclean: clean
install: znc @MODTARGET@
mkdir -p $(DESTDIR)$(prefix)/bin
mkdir -p $(DESTDIR)$(prefix)/include/znc
install -m 0711 znc $(DESTDIR)$(prefix)/bin
install -m 0755 znc $(DESTDIR)$(prefix)/bin
install -m 0755 znchk $(DESTDIR)$(prefix)/bin
install -m 0755 znc-config $(DESTDIR)$(prefix)/bin
install -m 0644 *.h $(DESTDIR)$(prefix)/include/znc
if test -n "@MODTARGET@"; then (cd modules; $(MAKE) install DESTDIR=$(DESTDIR)); fi