diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-08 15:28:28 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-08 15:28:38 +0000 |
commit | 76635be167e07e35d1348aed8f9d11474b955731 (patch) | |
tree | 989ac00939f1f58d46108b2bf7a59fdd0cdb5e03 /testing/prosody/Makefile-0.4.2.patch | |
parent | 0ee5d208815058e05fad434dba7b22fce9bbac4a (diff) | |
download | aports-76635be167e07e35d1348aed8f9d11474b955731.tar.bz2 aports-76635be167e07e35d1348aed8f9d11474b955731.tar.xz |
testing/prosody: upgrade to 0.8.1
Diffstat (limited to 'testing/prosody/Makefile-0.4.2.patch')
-rw-r--r-- | testing/prosody/Makefile-0.4.2.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/prosody/Makefile-0.4.2.patch b/testing/prosody/Makefile-0.4.2.patch deleted file mode 100644 index facfa2f94a..0000000000 --- a/testing/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 |