mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-12 21:00:57 +00:00
15 lines
418 B
Diff
15 lines
418 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -56,8 +56,8 @@ splint: nametable.h splashscreen.h
|
|
splint +quiet +posixlib $(SPLINT_SUPPRESSIONS) ascii.c
|
|
|
|
install: ascii ascii.1
|
|
- cp ascii $(DESTDIR)$(PREFIX)/bin/ascii
|
|
- cp ascii.1 $(DESTDIR)$(PREFIX)/share/man/man1
|
|
+ install -Dm755 ascii -t $(DESTDIR)$(PREFIX)/bin
|
|
+ install -Dm644 ascii.1 -t $(DESTDIR)$(PREFIX)/share/man/man1
|
|
|
|
uninstall:
|
|
rm $(DESTDIR)$(PREFIX)/bin/ascii
|
|
|