diff options
Diffstat (limited to 'graphics/gephex/files/patch-data__Makefile.am')
-rw-r--r-- | graphics/gephex/files/patch-data__Makefile.am | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/graphics/gephex/files/patch-data__Makefile.am b/graphics/gephex/files/patch-data__Makefile.am deleted file mode 100644 index 20bfd1f40699..000000000000 --- a/graphics/gephex/files/patch-data__Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ ---- data/Makefile.am.orig 2007-04-29 23:53:38.000000000 +0900 -+++ data/Makefile.am 2008-08-08 23:12:37.000000000 +0900 -@@ -1,8 +1,7 @@ --datadir = $(prefix)/share/gephex/ --icondir = $(prefix)/share/gephex/icon -+icondir = $(pkgdatadir)/icon - - icon_DATA = gephex-gui.xpm gephex-engine.xpm --data_DATA = gephex.conf.default run_in_terminal.sh -+pkgdata_DATA = gephex.conf.default run_in_terminal.sh - bin_SCRIPTS = gephex-wrapper - - EXTRA_DIST = $(icon_DATA) run_in_terminal.sh gephex-wrapper.in gephex.conf.default.in gephexw.conf.default -@@ -17,9 +16,9 @@ - ln -s $(DESTDIR)$(bindir)/gephex-wrapper $(DESTDIR)$(bindir)/gephex - - install-data-hook: -- chmod u+x $(DESTDIR)$(datadir)/run_in_terminal.sh -- sed -e "s,\$$(prefix),@prefix@," < $(DESTDIR)$(datadir)/gephex.conf.default > $(DESTDIR)$(datadir)/gephex.conf.default.tmp -- mv $(DESTDIR)$(datadir)/gephex.conf.default.tmp $(DESTDIR)$(datadir)/gephex.conf.default -+ chmod u+x $(DESTDIR)$(pkgdatadir)/run_in_terminal.sh -+ sed -e "s,\$$(prefix),@prefix@," < $(DESTDIR)$(pkgdatadir)/gephex.conf.default > $(DESTDIR)$(pkgdatadir)/gephex.conf.default.tmp -+ mv $(DESTDIR)$(pkgdatadir)/gephex.conf.default.tmp $(DESTDIR)$(pkgdatadir)/gephex.conf.default - - uninstall-hook: - rm -rf $(DESTDIR)$(bindir)/gephex-engine |