diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-21 14:58:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-21 14:58:30 +0000 |
commit | 75daeb0c974ac5b8ee4264ab863c1d14f3c9a794 (patch) | |
tree | f9b5beb3fbc50a8f2243b96611a3360039534383 /main/xinit/APKBUILD | |
parent | 857f48e8e319db95763fa77ee515c47fff56f0ee (diff) | |
download | aports-75daeb0c974ac5b8ee4264ab863c1d14f3c9a794.tar.bz2 aports-75daeb0c974ac5b8ee4264ab863c1d14f3c9a794.tar.xz |
main/xinit: workaround busybox issue
seems like when the xserverrc does nto have the #!/bin/sh then will busybox
be executed with xserverrc as parameter.
Diffstat (limited to 'main/xinit/APKBUILD')
-rw-r--r-- | main/xinit/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/xinit/APKBUILD b/main/xinit/APKBUILD index 87bd23899..19658ca11 100644 --- a/main/xinit/APKBUILD +++ b/main/xinit/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xinit pkgver=1.2.1 -pkgrel=0 +pkgrel=1 pkgdesc="X.Org initialisation program " url="http://xorg.freedesktop.org/" license="GPL" |