Add etc to PKGBUILD
This commit is contained in:
parent
85b85ac4a3
commit
17dc6d6b8e
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -12,7 +12,7 @@ sha256sums=('SKIP')
|
|||
package()
|
||||
{
|
||||
# install the package files
|
||||
cp -a ${srcdir}/${pkgname}/src/usr ${pkgdir}
|
||||
cp -a ${srcdir}/${pkgname}/src/{usr,etc} ${pkgdir}
|
||||
|
||||
# set the permissions on the files in /usr/bin
|
||||
chmod 755 ${pkgdir}/usr/bin/rebuild-initramfs
|
||||
|
|
Loading…
Add table
Reference in a new issue