Remove crufty / characters from Makefile (#327)
This commit is contained in:
parent
4342dd451e
commit
f4daddd1f7
4
Makefile
4
Makefile
@ -36,8 +36,8 @@ deb-src:
|
||||
debuild -S -sa -I
|
||||
|
||||
install:
|
||||
mkdir -p -m 0755 $(DESTDIR)/$(prefix)/bin
|
||||
cp -a bin/hockeypuck* $(DESTDIR)/$(prefix)/bin
|
||||
mkdir -p -m 0755 $(DESTDIR)$(prefix)/bin
|
||||
cp -a bin/hockeypuck* $(DESTDIR)$(prefix)/bin
|
||||
mkdir -p -m 0755 $(DESTDIR)/etc/hockeypuck
|
||||
cp -a contrib/config/hockeypuck.conf* $(DESTDIR)/etc/hockeypuck
|
||||
mkdir -p -m 0755 $(DESTDIR)$(statedir)/templates
|
||||
|
Loading…
x
Reference in New Issue
Block a user