Compare commits
No commits in common. "e18136e43c21465fe1b89c31895cfd23e2b33e43" and "1516ce9ff33d62824502224f63c328cfb3617e49" have entirely different histories.
e18136e43c
...
1516ce9ff3
6
Makefile
6
Makefile
@ -20,9 +20,7 @@
|
|||||||
# 3. This notice may not be removed or altered from any source
|
# 3. This notice may not be removed or altered from any source
|
||||||
# distribution.
|
# distribution.
|
||||||
|
|
||||||
ifeq ($(PREFIX),)
|
PREFIX=/usr/local
|
||||||
PREFIX := /usr/local
|
|
||||||
endif
|
|
||||||
|
|
||||||
pacundo: pacundo.pl
|
pacundo: pacundo.pl
|
||||||
pp -o $@ $^
|
pp -o $@ $^
|
||||||
@ -37,7 +35,5 @@ clean:
|
|||||||
$(RM) pacundo.1.gz
|
$(RM) pacundo.1.gz
|
||||||
|
|
||||||
install: pacundo pacundo.1.gz
|
install: pacundo pacundo.1.gz
|
||||||
install -d $(PREFIX)/bin
|
|
||||||
install -m 755 pacundo $(PREFIX)/bin/
|
install -m 755 pacundo $(PREFIX)/bin/
|
||||||
install -d $(PREFIX)/share/man/man1
|
|
||||||
install -m 644 pacundo.1.gz $(PREFIX)/share/man/man1/
|
install -m 644 pacundo.1.gz $(PREFIX)/share/man/man1/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user