Changed destination paths to actually go somewhere useful
This commit is contained in:
parent
8c397a23bf
commit
ed40aecea9
9
PKGBUILD
9
PKGBUILD
|
@ -3,7 +3,7 @@ pkgver=0.1
|
|||
pkgrel=1
|
||||
pkgdesc="Thurstylark's auto configuration and package depends"
|
||||
arch=(any)
|
||||
url="git.archlinux.org/tl-config"
|
||||
url="http://git.thurstylark.com/tl-archconfig.git"
|
||||
license=('none')
|
||||
groups=()
|
||||
depends=(
|
||||
|
@ -58,8 +58,7 @@ noextract=()
|
|||
md5sums=()
|
||||
|
||||
package() {
|
||||
make DESTDIR="$pkgdir/" install
|
||||
install -D -o root -m 644 10-dpms.conf /etc/X11/xorg.conf.d/10-dpms.conf
|
||||
install -D -o root -m 644 50-synaptics.conf /etc/X11/xorg.conf.d/50-synaptics.conf
|
||||
install -D -o root -m 644 mirrorupgrade.hook /etc/pacman.d/hooks/mirrorupgrade.hook
|
||||
install -D -o root -m 644 10-dpms.conf ${pkgdir}/etc/X11/xorg.conf.d/10-dpms.conf
|
||||
install -D -o root -m 644 50-synaptics.conf ${pkgdir}/etc/X11/xorg.conf.d/50-synaptics.conf
|
||||
install -D -o root -m 644 mirrorupgrade.hook ${pkgdiir}/etc/pacman.d/hooks/mirrorupgrade.hook
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue