Skip to content

Commit 7cee372

Browse files
committed
update Makefile to actually work for packaging
1 parent 9a5224a commit 7cee372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ PREFIX?= /usr/
99
main : ncurses
1010

1111
install : main
12-
install -m755 aee $(DESTDIR)$(PREFIX)bin/
13-
install -m644 aee.1 $(DESTDIR)$(PREFIX)share/man/man1/
12+
install -Dm755 aee $(DESTDIR)$(PREFIX)bin/
13+
install -Dm644 aee.1 $(DESTDIR)$(PREFIX)share/man/man1/
1414

1515
uninstall : clean
1616
rm -rf $(DESTDIR)$(PREFIX)/bin/aee $(DESTDIR)$(PREFIX)/share/man/man1/aee.1

0 commit comments

Comments
 (0)