summaryrefslogtreecommitdiff
path: root/net-mgmt/pnp/files/patch-lib-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/pnp/files/patch-lib-Makefile.in')
-rw-r--r--net-mgmt/pnp/files/patch-lib-Makefile.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/pnp/files/patch-lib-Makefile.in b/net-mgmt/pnp/files/patch-lib-Makefile.in
deleted file mode 100644
index 5cffcf8c2620..000000000000
--- a/net-mgmt/pnp/files/patch-lib-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/Makefile.in.orig 2012-05-25 11:56:37.407786228 +0200
-+++ lib/Makefile.in 2012-05-25 11:57:20.247777075 +0200
-@@ -22,7 +22,7 @@
-
- install:
-
-- $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(LIBDIR)
-+ [ -d "$(DESTDIR)$(LIBDIR)" ] || $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(LIBDIR)
- $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(LIBDIR)/kohana
- $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(LIBDIR)/kohana/system
- $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(LIBDIR)/kohana/system/controllers