mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
607 B

  1. --- straw-0.19.1/Makefile.orig 2003-09-30 21:45:17.000000000 +0200
  2. +++ straw-0.19.1/Makefile 2003-09-30 21:45:26.000000000 +0200
  3. @@ -1,4 +1,4 @@
  4. -PYTHON ?= python2.2
  5. +PYTHON ?= python2.3
  6. INSTALL ?= install
  7. RM ?= rm
  8. MSGFMT ?= msgfmt
  9. @@ -10,7 +10,7 @@
  10. # autodetect GNOME prefix, change this if you want it elsewhere
  11. PREFIX ?= `pkg-config libgnome-2.0 --variable=prefix || echo /usr/local`
  12. -LIBDIR = $(PREFIX)/lib/python2.2/site-packages/straw
  13. +LIBDIR = $(PREFIX)/lib/python2.3/site-packages/straw
  14. BINDIR = $(PREFIX)/bin
  15. DATADIR = $(PREFIX)/share/straw
  16. APPLICATIONSDIR = $(PREFIX)/share/applications