diff options
author | Nick White <git@njw.me.uk> | 2012-09-12 00:19:34 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2012-09-12 00:19:34 +0100 |
commit | 84ccafd7c9251fb003ace7ab0b306ce5e2ab14b0 (patch) | |
tree | 0b0317a2bf1a1e49f401271ce82772a3ff5ea943 /Makefile | |
parent | 14ec58b563dec017fa4e7c7b901d674aea41a454 (diff) |
Ensure PREFIX is correctly used in gui
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ util.a: $(LIB) install: all mkdir -p $(DESTDIR)$(PREFIX)/bin cp -f $(BIN) $(DESTDIR)$(PREFIX)/bin - sed "s:^set iconpath .*:set iconpath \"$(DESTDIR)$(PREFIX)/share/pixmaps\":" < $(GUI) \ + sed "s:^set iconpath .*:set iconpath \"$(PREFIX)/share/pixmaps\":" < $(GUI) \ > $(DESTDIR)$(PREFIX)/bin/$(GUI:.tcl=) chmod +x $(DESTDIR)$(PREFIX)/bin/getxbookgui mkdir -p $(DESTDIR)$(PREFIX)/share/pixmaps |