diff options
author | Bert Münnich <be.muennich@googlemail.com> | 2012-04-17 22:09:01 +0200 |
---|---|---|
committer | Bert Münnich <be.muennich@googlemail.com> | 2012-04-17 22:09:01 +0200 |
commit | dd15e3137311ab3f550abec59e8a2ad84e6c1415 (patch) | |
tree | 802f5bf0f2b45144f2e3a99ceca7edf8d335c356 | |
parent | 45f4f6d3c48c27d36f4ea7942c7a0d98f6871a24 (diff) |
Fixed typo in Makefile; increases unstable version number
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -VERSION = git-20120328 +VERSION = git-20120417 CC = gcc CFLAGS = -ansi -Wall -pedantic -O2 @@ -51,7 +51,7 @@ install: all uninstall: @echo "removing executable file from $(DESTDIR)$(PREFIX)/bin" @rm -f $(DESTDIR)$(PREFIX)/bin/sxiv - @echo "removind desktop file from $(DESTDIR)$(PREFIX)/share/applications" + @echo "removing desktop file from $(DESTDIR)$(PREFIX)/share/applications" @rm -f $(DESTDIR)$(PREFIX)/share/applications/sxiv.desktop @echo "removing manual page from $(DESTDIR)$(MANPREFIX)/man1" @rm -f $(DESTDIR)$(MANPREFIX)/man1/sxiv.1 |