diff options
author | Juergen Daubert <jue@jue.li> | 2017-05-03 17:43:58 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2017-05-03 17:43:58 +0200 |
commit | 02b1ce862f7686a26d71f5c180f49dcd11fa37b7 (patch) | |
tree | e5ebb822f095cb0b9db89162f21138c4808ae524 /xorg-xinit | |
parent | 999c3eca7a4a4eadcfe08b826d9780ca479df708 (diff) | |
download | xorg-02b1ce862f7686a26d71f5c180f49dcd11fa37b7.tar.gz xorg-02b1ce862f7686a26d71f5c180f49dcd11fa37b7.tar.xz |
xorg-xinit: set sysconfdir to /etc, patch by Gary Langshaw
Diffstat (limited to 'xorg-xinit')
-rw-r--r-- | xorg-xinit/.footprint | 8 | ||||
-rw-r--r-- | xorg-xinit/.signature | 6 | ||||
-rw-r--r-- | xorg-xinit/Pkgfile | 5 |
3 files changed, 10 insertions, 9 deletions
diff --git a/xorg-xinit/.footprint b/xorg-xinit/.footprint index 28a546ed..c1e55003 100644 --- a/xorg-xinit/.footprint +++ b/xorg-xinit/.footprint @@ -1,11 +1,11 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/X11/ +drwxr-xr-x root/root etc/X11/xinit/ +-rw-r--r-- root/root etc/X11/xinit/xinitrc drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/startx -rwxr-xr-x root/root usr/bin/xinit -drwxr-xr-x root/root usr/etc/ -drwxr-xr-x root/root usr/etc/X11/ -drwxr-xr-x root/root usr/etc/X11/xinit/ --rw-r--r-- root/root usr/etc/X11/xinit/xinitrc drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ diff --git a/xorg-xinit/.signature b/xorg-xinit/.signature index e19a43c0..87488571 100644 --- a/xorg-xinit/.signature +++ b/xorg-xinit/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/xorg.pub -RWTSGWF5Q7TndK2O9ZVB7GTi0lZdxYxNdJ4E+QtNc04KsMZSgvwPAslyyCfj1tfdVBsT6RUQKgd+MUuhoWl6BaqdYc4Lp5POFwQ= -SHA256 (Pkgfile) = c48d10ef678c1faa77ddb355c72f5cd633ca8198f3e144b52fdeda5c2f237b41 -SHA256 (.footprint) = a1a4607f90d9870a1beb57d1831352c229dfbd7e4a614309096cfc2cff315dbe +RWTSGWF5Q7TndOqUPPtci1Jd/UzdYCaBK89K60IFZdLa1xCKCe/Wg98dyd0d5KKebJujaldqWdsgzMu43RbR1WnbRzzs+WntVw8= +SHA256 (Pkgfile) = c5ff5551a26bc160c69d5230c0df8dbd852bb12e62f6ce7f976307da0e1061b0 +SHA256 (.footprint) = 6e9e50e15b9939516003ecd497c5d86ffa05f8184e3aabf196d6977e006edb96 SHA256 (xinit-1.3.4.tar.bz2) = 75d88d7397a07e01db253163b7c7a00b249b3d30e99489f2734cac9a0c7902b3 diff --git a/xorg-xinit/Pkgfile b/xorg-xinit/Pkgfile index 58e91cb4..3a61d4f9 100644 --- a/xorg-xinit/Pkgfile +++ b/xorg-xinit/Pkgfile @@ -5,13 +5,14 @@ name=xorg-xinit version=1.3.4 -release=2 +release=3 source=(http://xorg.freedesktop.org/releases/individual/app/xinit-$version.tar.bz2) build() { cd xinit-$version - ./configure --prefix=/usr + ./configure --prefix=/usr \ + --sysconfdir=/etc make make DESTDIR=$PKG install |