summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenya Sovetkin2015-08-07 16:42:06 +0200
committerJenya Sovetkin2015-08-07 16:42:06 +0200
commitd2e2492971f0c9b9f7ab52c50ed420693923b1e2 (patch)
tree64790ae40fa7bd1b0d1981259ba16f32fc361364
parent60733a9589961a66192d36c5d405afcd863e50fb (diff)
downloadaur-d2e2492971f0c9b9f7ab52c50ed420693923b1e2.tar.gz
Corrected small mistake...
-rw-r--r--PKGBUILD4
-rw-r--r--shellinabox@.service4
2 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index acca723cecaa..c8abe772ce2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,13 +17,13 @@ options=()
install=
source=('shellinabox@.service')
noextract=()
-md5sums=('f67bac96ac703c7e45881d38df21dd27') #generate with 'makepkg -g'
+md5sums=('9778d64973cd9dd7cf2225cd9af0cd09') #generate with 'makepkg -g'
_gitroot=$url
_gitname=shellinabox
pkgver() {
- cd "$pkgname"
+ #cd "$pkgname"
git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
diff --git a/shellinabox@.service b/shellinabox@.service
index c1b23356e5c4..6c11c24f7d22 100644
--- a/shellinabox@.service
+++ b/shellinabox@.service
@@ -1,11 +1,11 @@
[Unit]
-Description=Shell In a Box service
+Description=Shell In a Box Daemon
[Service]
Type=oneshot
RemainAfterExit=yes
User=%i
-ExecStart=shellinaboxd -b -s '/:SSH:localhost' --localhost-only -c /tmp
+ExecStart=/usr/bin/shellinaboxd -b -s '/:SSH:localhost' --localhost-only -c '/tmp'
[Install]
WantedBy=multi-user.target