summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2015-10-27 16:19:28 +0100
committerVictor Häggqvist2015-10-27 16:40:46 +0100
commit20d2365962091c78ebcf76f09db677b61eeff8c5 (patch)
treec56ae4f796b2e63fb1285ed655c8f7fd8199eb84
parentb9ccb352e4900207dc67d746221105102cd26095 (diff)
downloadaur-20d2365962091c78ebcf76f09db677b61eeff8c5.tar.gz
Fix symlink to executable
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 820aefe6c798..1a0d9caf36e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Victor Häggqvist <aur@snilius.com>
+# Contributor: Stean Auditor <stefan.auditor@erdfisch.de>
_pkgname=drupalconsole
pkgname=drupalconsole-git
-pkgver=0.7.15.r81.g4e2a2b8
+pkgver=0.9.4.r69.g671223d
pkgrel=1
pkgdesc="The Drupal Console is a suite of tools that you run on a command line interface (CLI) to generate boilerplate code and interact with a Drupal 8 installation."
url="http://drupalconsole.com/"
@@ -29,8 +30,7 @@ package() {
install -dm755 "$pkgdir/opt/$_pkgname/"
cp -a "$srcdir/$pkgname/." "$pkgdir/opt/$_pkgname"
install -dm755 "$pkgdir/usr/bin"
- ln -s "$pkgdir/opt/$_pkgname/bin/console" "$pkgdir/usr/bin/drupal"
-
+ ln -s "/opt/$_pkgname/bin/console" "$pkgdir/usr/bin/drupal"
}
#package() {