diff options
author | Michael Mason <ms13sp@gmail.com> | 2009-06-08 15:00:56 +0000 |
---|---|---|
committer | Michael Mason <ms13sp@gmail.com> | 2009-06-08 15:00:56 +0000 |
commit | f9b478494e821804a3c5cee3912a1f970c2b7ca3 (patch) | |
tree | 0c7b35640c839161b32c82e34746f1ab14835e61 /testing/prosody/Makefile-0.4.2.patch | |
parent | af73d3395ad713e014efb49fc60b0c9d99a11e1f (diff) | |
download | aports-f9b478494e821804a3c5cee3912a1f970c2b7ca3.tar.bz2 aports-f9b478494e821804a3c5cee3912a1f970c2b7ca3.tar.xz |
unstable/prosody move to testing/prosody
Diffstat (limited to 'testing/prosody/Makefile-0.4.2.patch')
-rw-r--r-- | testing/prosody/Makefile-0.4.2.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/prosody/Makefile-0.4.2.patch b/testing/prosody/Makefile-0.4.2.patch new file mode 100644 index 0000000000..facfa2f94a --- /dev/null +++ b/testing/prosody/Makefile-0.4.2.patch @@ -0,0 +1,13 @@ +--- 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 |