summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenya Sovetkin2015-08-07 11:39:10 +0200
committerJenya Sovetkin2015-08-07 11:39:10 +0200
commit0bb6741ae8f0efe02718d3780a2d9f045a9a96d0 (patch)
tree05ced6319c8f43a768de4894378b5825aece1e0a
parent20e833cc6cbbb13bd7999692d51f54b6cb049493 (diff)
downloadaur-0bb6741ae8f0efe02718d3780a2d9f045a9a96d0.tar.gz
Added description
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d93d07f7ef6e..4613db8faad4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=shellinabox-git
pkgver=2.14
pkgrel=1
-pkgdesc=""
+pkgdesc="Implementation of a web server that can export arbitrary command line tools to a web based terminal emulator"
arch=('any')
url="https://code.google.com/p/shellinabox/"
license=('GPL2')
@@ -49,7 +49,7 @@ build() {
# BUILD HERE
#
export CPPFLAGS="${CPPFLAGS/-D_FORTIFY_SOURCE=2/}"
- ./configure --disable-login --prefix=/usr
+ ./configure --prefix=/usr
make
}