summaryrefslogtreecommitdiff
path: root/dumb_runtime_dir/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'dumb_runtime_dir/Pkgfile')
-rw-r--r--dumb_runtime_dir/Pkgfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/dumb_runtime_dir/Pkgfile b/dumb_runtime_dir/Pkgfile
index eb3198f8..e028b914 100644
--- a/dumb_runtime_dir/Pkgfile
+++ b/dumb_runtime_dir/Pkgfile
@@ -1,6 +1,6 @@
# Description: Creates an XDG_RUNTIME_DIR on login and never removes it
# URL: https://github.com/ifreund/dumb_runtime_dir
-# Maintainer: Tim Biermann, tbier at posteo dot de
+# Maintainer: CRUX System Team, core-ports at crux dot nu
name=dumb_runtime_dir
version=1.0.4
@@ -8,6 +8,6 @@ release=1
source=(https://github.com/ifreund/dumb_runtime_dir/releases/download/v$version/$name-$version.tar.gz)
build() {
- make -C $name-$version
- make -C $name-$version DESTDIR=$PKG PAMDIR="/lib/security" install
+ make -C $name-$version
+ make -C $name-$version DESTDIR=$PKG PAMDIR="/lib/security" install
}

Generated by cgit