diff options
Diffstat (limited to 'news/straw/files/patch-Makefile')
-rw-r--r-- | news/straw/files/patch-Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/news/straw/files/patch-Makefile b/news/straw/files/patch-Makefile new file mode 100644 index 000000000000..8f1b0d83b3ba --- /dev/null +++ b/news/straw/files/patch-Makefile @@ -0,0 +1,18 @@ +--- Makefile.orig Mon Apr 7 16:54:49 2003 ++++ Makefile Mon Apr 7 16:54:51 2003 +@@ -10,11 +10,11 @@ + # autodetect GNOME prefix, change this if you want it elsewhere + PREFIX ?= `pkg-config libgnome-2.0 --variable=prefix || echo /usr/local` + +-LIBDIR = $(PREFIX)/lib/python2.2/site-packages/straw ++LIBDIR = $(PREFIX)/lib/straw + BINDIR = $(PREFIX)/bin +-DATADIR = $(PREFIX)/share/straw +-APPLICATIONSDIR = $(PREFIX)/share/applications +-ICONDIR = $(PREFIX)/share/pixmaps ++DATADIR = $(LIBDIR) ++APPLICATIONSDIR = $(PREFIX)/share/gnome/applications ++ICONDIR = $(PREFIX)/share/gnome/pixmaps + LOCALEDIR = $(PREFIX)/share/locale + + POFILES := $(shell echo po/*.po) |