summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Neumärker2019-08-04 21:19:21 +0200
committerFelix Neumärker2019-08-04 21:19:21 +0200
commite0f118c1ee4abae4c591724cd61943a9c42a0af4 (patch)
tree6790b87c6ec2cdcd1578862f8da54cbb68a7f69a
parent5256995661709f0a48a301ae44ab0e4ba7c6574b (diff)
downloadaur-e0f118c1ee4abae4c591724cd61943a9c42a0af4.tar.gz
Package etiquette: avoid using /usr/libexec/
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 449c6a0a3ea9..ce10686328bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = env-modules-tcl
pkgdesc = Provides for an easy dynamic modification of a user's environment via modulefile.
pkgver = 4.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://sourceforge.net/projects/modules/
install = env-modules-tcl.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index ec2a4409132f..c07b08b4cdff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: snafu
pkgname=(env-modules-tcl)
pkgver=4.3.0
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Provides for an easy dynamic modification of a user's environment via modulefile."
arch=('i686' 'x86_64')
@@ -48,7 +48,7 @@ build() {
--prefix="" \
--bindir=/usr/bin \
--libdir=/usr/lib \
- --libexecdir=/usr/libexec \
+ --libexecdir=/usr/lib/env-modules \
--etcdir=/etc \
--initdir=/etc/modules/init \
--datarootdir=/usr/share \