diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-03-01 01:50:52 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-03-01 01:50:52 +0100 |
commit | 96484c54eb1c5c48edb7a9c634701b5783095256 (patch) | |
tree | 86d98b684052ee6b8b84fc118bc9a35e50e8029c /packages/gpe-gallery/files/makefile-fix.patch | |
parent | 42f347f933cf919744fbbe4886d262ff277d2208 (diff) |
gpe-gallery: svn version is the new default; convert to SRCREV
remove 0.97
Diffstat (limited to 'packages/gpe-gallery/files/makefile-fix.patch')
-rw-r--r-- | packages/gpe-gallery/files/makefile-fix.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/gpe-gallery/files/makefile-fix.patch b/packages/gpe-gallery/files/makefile-fix.patch deleted file mode 100644 index ae4583573e..0000000000 --- a/packages/gpe-gallery/files/makefile-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- /tmp/Makefile 2006-07-26 11:02:47.000000000 +0200 -+++ gpe-gallery-0.97/Makefile 2006-07-26 11:05:07.584411000 +0200 -@@ -28,7 +28,7 @@ - $(CC) -o $@ $^ $(LDFLAGS) $(PACKAGE_LDFLAGS) - - install-program: all -- install -Ds $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE) -+ install -D -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE) - install -D -m 644 $(PACKAGE).png $(DESTDIR)$(PREFIX)/share/pixmaps/$(PACKAGE).png - install -D -m 644 $(PACKAGE).applications $(DESTDIR)/$(PREFIX)/share/application-registry/$(PACKAGE).applications - mkdir -p $(DESTDIR)$(PREFIX)/share/applications |