summaryrefslogtreecommitdiffstats
path: root/unstable/prosody/Makefile-0.4.2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'unstable/prosody/Makefile-0.4.2.patch')
-rw-r--r--unstable/prosody/Makefile-0.4.2.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/unstable/prosody/Makefile-0.4.2.patch b/unstable/prosody/Makefile-0.4.2.patch
deleted file mode 100644
index facfa2f94..000000000
--- a/unstable/prosody/Makefile-0.4.2.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/prosody-0.4.2/Makefile.org Thu Jun 4 13:44:20 2009
-+++ src/prosody-0.4.2/Makefile Thu Jun 4 13:44:11 2009
-@@ -19,8 +19,8 @@
- install -d $(BIN) $(CONFIG) $(MODULES) $(SOURCE) $(DATA)
- install -d $(CONFIG)/certs
- install -d $(SOURCE)/core $(SOURCE)/net $(SOURCE)/util
-- install ./prosody.install $(BIN)/prosody
-- install ./prosodyctl.install $(BIN)/prosodyctl
-+ install -m755 ./prosody.install $(BIN)/prosody
-+ install -m755 ./prosodyctl.install $(BIN)/prosodyctl
- install -m644 core/* $(SOURCE)/core
- install -m644 net/* $(SOURCE)/net
- install -m644 util/* $(SOURCE)/util