summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsnafu2017-05-08 10:27:09 +0200
committersnafu2017-05-08 10:27:09 +0200
commit383796bf9fc9cc258b377c2f3a3f279cf70aebe6 (patch)
tree122dc83a59e943c489ec78036f7c7feab19f8907 /PKGBUILD
parent56d741bdfd19c3d625e4ba21d90f64cb5a13abf4 (diff)
downloadaur-383796bf9fc9cc258b377c2f3a3f279cf70aebe6.tar.gz
fix error again^^
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac08a6c6356d..fbc66cb54fff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,6 @@ optdepends=()
provides=()
conflicts=()
replaces=()
-backup=("${config_path:1}/$moduledir/init/modulerc")
options=()
install="env-modules-tcl.install"
changelog=
@@ -30,6 +29,7 @@ moduledir=modules-tcl
install_prefix=/usr
config_path=/etc
+backup=("${config_path:1}/$moduledir/init/modulerc")
build() {
cd modules-tcl-$pkgver