summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfreetz2005-04-12 21:07:43 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit0cbe0d3cd817517c8f3ff974bda0331c7f0a3d18 (patch)
tree46f4c0b46657f9c64b2fa13604a42c9dc0b98992
parentc7335370d1b62b21b7cb007faa3445bf3e76e6ae (diff)
downloadbluefish-0cbe0d3cd817517c8f3ff974bda0331c7f0a3d18.zip
bluefish-0cbe0d3cd817517c8f3ff974bda0331c7f0a3d18.tar.gz
- outdated
Changed files: bluefish-DESTDIR.patch -> 1.14
-rw-r--r--bluefish-DESTDIR.patch41
1 files changed, 0 insertions, 41 deletions
diff --git a/bluefish-DESTDIR.patch b/bluefish-DESTDIR.patch
deleted file mode 100644
index 34a87de..0000000
--- a/bluefish-DESTDIR.patch
+++ /dev/null
@@ -1,41 +0,0 @@
---- bluefish-0.13/data/Makefile.in.orig 2004-04-09 12:30:01.000000000 +0200
-+++ bluefish-0.13/data/Makefile.in 2004-04-09 21:37:30.000000000 +0200
-@@ -52,23 +52,21 @@
- @for file in $(FUNCREFFILES) ; do \
- $(INSTALL_DATA) $$file $(DESTDIR)$(pkgdatadir)/$$file ;\
- done
-- if [ -d $(gnome2applications) ] ; then \
-- $(INSTALL_DATA) bluefish.desktop $(DESTDIR)$(gnome2applications) ;\
-- fi
-- if [ -d $(gnome1menupath) ] ; then \
-- $(INSTALL_DIR) $(DESTDIR)$(gnome1menupath)/Applications ;\
-- $(INSTALL_DATA) bluefish.desktop $(DESTDIR)$(gnome1menupath)/Applications ;\
-- fi
-- if [ -d $(gnome2appreg) ] ; then \
-- $(INSTALL_DATA) bluefish.applications $(DESTDIR)$(gnome2appreg) ;\
-- fi
-- if [ -d $(gnome2mime-info) ] ; then \
-- $(INSTALL_DATA) bluefish.mime $(DESTDIR)$(gnome2mime-info) ;\
-- $(INSTALL_DATA) bluefish.keys $(DESTDIR)$(gnome2mime-info) ;\
-- fi
-- if [ -d $(gnome2icons) ] ; then \
-- $(INSTALL_DATA) gnome-application-bluefish.png $(DESTDIR)$(gnome2icons) ;\
-- fi
-+ $(INSTALL_DIR) $(DESTDIR)$(gnome2applications)
-+ $(INSTALL_DATA) bluefish.desktop $(DESTDIR)$(gnome2applications)
-+
-+ $(INSTALL_DIR) $(DESTDIR)$(gnome1menupath)/Applications
-+ $(INSTALL_DATA) bluefish.desktop $(DESTDIR)$(gnome1menupath)/Applications
-+
-+ $(INSTALL_DIR) $(DESTDIR)$(gnome2appreg)
-+ $(INSTALL_DATA) bluefish.applications $(DESTDIR)$(gnome2appreg)
-+
-+ $(INSTALL_DIR) $(DESTDIR)$(gnome2mime-info)
-+ $(INSTALL_DATA) bluefish.mime $(DESTDIR)$(gnome2mime-info)
-+ $(INSTALL_DATA) bluefish.keys $(DESTDIR)$(gnome2mime-info)
-+
-+ $(INSTALL_DIR) $(DESTDIR)$(gnome2icons)
-+ $(INSTALL_DATA) gnome-application-bluefish.png $(DESTDIR)$(gnome2icons)
-
- uninstall:
- @for file in $(DEFAULTFILES) ; do \