summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2017-07-01 23:13:50 -0400
committerSolomon Choina2017-07-01 23:13:50 -0400
commit6a26be8892f63e86790c3d1984e223e2ee578797 (patch)
treece97d2ab889bafd125a9945e052092380c743365
parente24516f52d8e8b6555bfe55d31f1387ced771226 (diff)
downloadaur-6a26be8892f63e86790c3d1984e223e2ee578797.tar.gz
removing the symlink
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1636edb4977b..b0b7dc4e09c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jul 2 03:02:52 UTC 2017
+# Sun Jul 2 03:13:29 UTC 2017
pkgbase = file-commander-git
pkgdesc = A simple fullscreen word processorQt-based cross-platform Total Commander-like orthodox file manager for Windows, Mac and Linux
pkgver = 0.9.3.2.r33.g7efe4eb
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/VioletGiraffe/file-commander
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 885fc50a0561..ba145b51ee28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=file-commander-git
pkgver=0.9.3.2.r33.g7efe4eb
-pkgrel=1
+pkgrel=2
pkgdesc='A simple fullscreen word processorQt-based cross-platform Total Commander-like orthodox file manager for Windows, Mac and Linux'
arch=('i686' 'x86_64')
url="https://github.com/VioletGiraffe/file-commander"
@@ -22,7 +22,7 @@ prepare(){
build() {
cd "$srcdir/$pkgname"
- qmake PREFIX=/usr
+ qmake PREFIX=/opt/$pkgname
make
}
@@ -31,6 +31,6 @@ package() {
mkdir -p $pkgdir/opt/$pkgname
cp $srcdir/$pkgname/bin/release/* $pkgdir/opt/$pkgname
mkdir -p $pkgdir/usr/bin/
- ln -s $pkgdir/opt/$pkgname/FileCommander $pkgdir/usr/bin
+ install -Dm755 $pkgdir/opt/$pkgname/FileCommander $pkgdir/usr/bin
}