summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorErikas2017-09-16 13:14:28 +0300
committerErikas2017-09-16 13:14:28 +0300
commit0d6a38f4fde4239a1e750cce11621dc7e8ac44eb (patch)
treef2a391ed6dbbecd79d593f15ecb6d7374438af0b /PKGBUILD
parent950715049ef6da3d622b7ac4883ff9e7398edd74 (diff)
downloadaur-0d6a38f4fde4239a1e750cce11621dc7e8ac44eb.tar.gz
Fix non working executable
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 896e3d855080..ea7a1a9e0a9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@ pkgname=nbfc
pkgver=1.5.3
#_version="${pkgver}"
_version="${pkgver}-beta"
-pkgrel=2
-pkgdesc="Cross-platform fan control service for notebooks (STABLE & BETA release)"
+pkgrel=3
+pkgdesc="Cross-platform fan control service for notebooks (STABLE & BETA releases)"
arch=("i686" "x86_64")
url="https://github.com/hirschmann/nbfc"
conflicts=('nbfc-beta' 'nbfc-git')
@@ -36,7 +36,7 @@ package() {
# Make nbfc executable from CLI:
mkdir -p "${pkgdir}/usr/bin"
#
- echo "/opt/nbfc/./nbfc.exe \"\$@\" 2>&1 | sed 's/nbfc.exe/nbfc/g'" > "${pkgdir}/usr/bin/nbfc"
+ echo "mono /opt/nbfc/nbfc.exe \"\$@\" 2>&1 | sed 's/nbfc.exe/nbfc/g'" > "${pkgdir}/usr/bin/nbfc"
chmod 0755 "${pkgdir}/usr/bin/nbfc"
# License: