install is now located under /usr/bin so the sed line in build() is no longer required. Also, DESTDIR needs to be ${pkgdir}/usr.
Here's my build function:
build() {
cd $srcdir/$pkgname-$pkgver
make || return 1
make DESTDIR=${pkgdir}/usr install || return 1
mkdir -p $pkgdir/etc/security
cp pam_encfs.conf $pkgdir/etc/security
}
Search Criteria
Package Details: pam_encfs 0.1.4.4-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/pam_encfs.git (read-only, click to copy) |
---|---|
Package Base: | pam_encfs |
Description: | A module to auto-mount encfs directories on login |
Upstream URL: | http://code.google.com/p/pam-encfs/ |
Keywords: | encryption |
Licenses: | GPL2 |
Submitter: | guital |
Maintainer: | ainola |
Last Packager: | ainola |
Votes: | 28 |
Popularity: | 0.015725 |
First Submitted: | 2005-11-19 18:56 (UTC) |
Last Updated: | 2018-09-03 05:41 (UTC) |
Latest Comments
« First ‹ Previous 1 2
zosodk69 commented on 2012-05-07 14:23 (UTC)
noplomplom commented on 2012-05-05 20:04 (UTC)
Compilation error:
"make: /bin/install: Command not found".
Problem solved by changing the PKGBUILD line
"sed -i 's@/usr/bin/install@/bin/install@g' Makefile"
into
"sed -i 's@/usr/bin/install@/usr/bin/install@g' Makefile".
guital commented on 2011-01-23 22:31 (UTC)
Updated to 1.4.4
crocowhile commented on 2011-01-23 11:40 (UTC)
Hi can you please update the package build to 1.4.4? thanks
Pinned Comments
ainola commented on 2021-09-12 17:52 (UTC)
Anyone use this? If so, consider taking maintainership!