diff options
author | Niels Horn <niels.horn@slackbuilds.org> | 2013-07-16 08:46:36 -0300 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-10-12 14:38:29 -0500 |
commit | 3e52d2eda18f1ce4ecba517b1210b4dad5552076 (patch) | |
tree | 71705f54c41c4f84a845f26e1f35ebe68b66863c /system/rodent | |
parent | 861f788cc99d4298c42f405b7261357f4909836a (diff) | |
download | slackbuilds-3e52d2eda18f1ce4ecba517b1210b4dad5552076.tar.gz |
system/rodent: Removed obsolete patch.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/rodent')
-rw-r--r-- | system/rodent/rodent-5.0.5.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/system/rodent/rodent-5.0.5.patch b/system/rodent/rodent-5.0.5.patch deleted file mode 100644 index e16bddac52..0000000000 --- a/system/rodent/rodent-5.0.5.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff -Nur rodent-5.0.5.orig/Build/plugins/Makefile.am rodent-5.0.5/Build/plugins/Makefile.am ---- rodent-5.0.5.orig/Build/plugins/Makefile.am 2013-05-31 17:55:27.000000000 +0200 -+++ rodent-5.0.5/Build/plugins/Makefile.am 2013-06-03 10:32:52.647215769 +0200 -@@ -253,6 +253,6 @@ - ) - - install-exec-local: -- $(mkinstalldirs) $(bindir) -- $(top_srcdir)/install-sh $(dirplug)/filesystem_user_space/rfm-simple-agent $(bindir) -+ $(mkinstalldirs) $(DESTDIR)$(bindir) -+ $(top_srcdir)/install-sh $(dirplug)/filesystem_user_space/rfm-simple-agent $(DESTDIR)$(bindir) - -diff -Nur rodent-5.0.5.orig/Build/plugins/Makefile.in rodent-5.0.5/Build/plugins/Makefile.in ---- rodent-5.0.5.orig/Build/plugins/Makefile.in 2013-05-31 19:02:34.000000000 +0200 -+++ rodent-5.0.5/Build/plugins/Makefile.in 2013-06-03 10:33:06.296045136 +0200 -@@ -1386,8 +1386,8 @@ - ) - - install-exec-local: -- $(mkinstalldirs) $(bindir) -- $(top_srcdir)/install-sh $(dirplug)/filesystem_user_space/rfm-simple-agent $(bindir) -+ $(mkinstalldirs) $(DESTDIR)$(bindir) -+ $(top_srcdir)/install-sh $(dirplug)/filesystem_user_space/rfm-simple-agent $(DESTDIR)$(bindir) - - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. |