mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
alarm/xf86-video-dove: add mkdir in package
This commit is contained in:
parent
31211abc0b
commit
195de2c4d0
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ package() {
|
|||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
||||
make DESTDIR="${pkgdir}" install
|
||||
mkdir -p "${pkgdir}/etc/X11"
|
||||
cp "${srcdir}"/xorg.conf "${pkgdir}/etc/X11"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue