diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-08-16 20:58:17 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-08-16 20:58:17 +0200 |
| commit | 4a96e5094257580eb8ad27d3fc484fa19c7f39a4 (patch) | |
| tree | 3d832cecb6c48c0adc52acd07d2e6fad4bd2d577 /Makefile | |
| parent | ba5e8ebe9ab19ea8d69fd081946968cded0eba72 (diff) | |
| download | nissy-classic-4a96e5094257580eb8ad27d3fc484fa19c7f39a4.tar.gz nissy-classic-4a96e5094257580eb8ad27d3fc484fa19c7f39a4.zip | |
Bugfix in DR from EO
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | # See LICENSE file for copyright and license details. | 1 | # See LICENSE file for copyright and license details. |
| 2 | 2 | ||
| 3 | VERSION = 2.0.4 | 3 | VERSION = 2.0.5 |
| 4 | 4 | ||
| 5 | PREFIX = /usr/local | 5 | PREFIX = /usr/local |
| 6 | MANPREFIX = ${PREFIX}/share/man | 6 | MANPREFIX = ${PREFIX}/share/man |
| @@ -66,4 +66,3 @@ uninstall: | |||
| 66 | for s in ${SCRIPTS}; do rm -rf ${DESTDIR}${PREFIX}/bin/$$s; done | 66 | for s in ${SCRIPTS}; do rm -rf ${DESTDIR}${PREFIX}/bin/$$s; done |
| 67 | 67 | ||
| 68 | .PHONY: all debug clean dist install uninstall upload | 68 | .PHONY: all debug clean dist install uninstall upload |
| 69 | |||
