summaryrefslogtreecommitdiff
path: root/dev-lua/luacov/files/luacov-0.8-fix-makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lua/luacov/files/luacov-0.8-fix-makefile.patch')
-rw-r--r--dev-lua/luacov/files/luacov-0.8-fix-makefile.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-lua/luacov/files/luacov-0.8-fix-makefile.patch b/dev-lua/luacov/files/luacov-0.8-fix-makefile.patch
deleted file mode 100644
index 7a4ea6ba9ea7..000000000000
--- a/dev-lua/luacov/files/luacov-0.8-fix-makefile.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff --git a/Makefile b/Makefile
-index 477f9de..adad2cc 100644
---- a/Makefile
-+++ b/Makefile
-@@ -6,13 +6,13 @@ BINDIR=$(PREFIX)/bin
- LUADIR=$(PREFIX)/share/lua/5.1/
-
- install:
-- mkdir -p $(BINDIR)
-- cp src/bin/luacov $(BINDIR)
-- chmod +x $(BINDIR)/luacov
-- mkdir -p $(LUADIR)
-- cp src/luacov.lua $(LUADIR)
-- mkdir -p $(LUADIR)/luacov
-- cp src/luacov/*.lua $(LUADIR)/luacov
-+ mkdir -p $(DESTDIR)$(BINDIR)
-+ cp src/bin/luacov $(DESTDIR)$(BINDIR)
-+ chmod +x $(DESTDIR)$(BINDIR)/luacov
-+ mkdir -p $(DESTDIR)$(LUADIR)
-+ cp src/luacov.lua $(DESTDIR)$(LUADIR)
-+ mkdir -p $(DESTDIR)$(LUADIR)/luacov
-+ cp src/luacov/*.lua $(DESTDIR)$(LUADIR)/luacov
-
- dist:
- rm -rf $(PACKAGE)-$(VERSION)