diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-06-23 17:15:10 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-06-23 17:15:10 +0000 |
| commit | bc557e666c0da17d8490b9d26d38a90a0b69ebea (patch) | |
| tree | 088c0c137d5653dbfe25ecacb9d6439e35bf9e6a /Makefile | |
| parent | c3f72687c25f7a2d7c4040a08f36e8e89c1b0054 (diff) | |
added pkgit man page1.1.0
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ install: pkgit install -d ${DESTDIR}${PREFIX}/bin install -m 755 pkgit ${DESTDIR}${PREFIX}/bin/pkgit install -d ${DESTDIR}${PREFIX}/share/man/man1 - install -m 644 src/pkgit.1 ${DESTDIR}${PREFIX}/share/man/man1/pkgit.1 + install -m 644 docs/pkgit.1 ${DESTDIR}${PREFIX}/share/man/man1/pkgit.1 uninstall: ${DESTDIR}${PREFIX}/bin/pkgit ${RM} ${DESTDIR}${PREFIX}/bin/pkgit |
