From ed85a2b82b363e9a345d8956c60b1737c03fc294 Mon Sep 17 00:00:00 2001
From: kytv <kytv@mail.i2p>
Date: Wed, 11 Jun 2014 19:27:54 +0000
Subject: [PATCH] Executables get 755, not 744

While this may be the primary cause of the problem mentioned in ticket #1310,
plenty of other fixes/changes will be forthcoming.
---
 Slackware/i2p/doinst.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Slackware/i2p/doinst.sh b/Slackware/i2p/doinst.sh
index 538403bf5d..b6501dc4e9 100644
--- a/Slackware/i2p/doinst.sh
+++ b/Slackware/i2p/doinst.sh
@@ -63,7 +63,7 @@ cp $wrapperpath/libwrapper.so ./lib/
 cp $wrapperpath/wrapper.jar ./lib/
 cp $wrapperpath/i2psvc .
 rm -rf ./lib/wrapper
-chmod 744 ./i2psvc
+chmod 755 ./i2psvc
 
 echo
 echo "Installation finished."
-- 
GitLab