diff options
author | James Meyer <james.meyer@operamail.com> | 2009-01-12 19:12:50 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-01-12 19:12:50 (GMT) |
commit | 0b2b9b97e95f8f8bfda1d1fe09136d121cd0750d (patch) | |
tree | dfaec8f4334fd0cb9aece599c0fe69a809bbbdb8 /abs/core-testing/LinHES-config/PKGBUILD | |
parent | 8aaf1c6cb3aca9ee0c95b9b5464c6fa40587e56b (diff) | |
download | linhes_pkgbuild-0b2b9b97e95f8f8bfda1d1fe09136d121cd0750d.zip linhes_pkgbuild-0b2b9b97e95f8f8bfda1d1fe09136d121cd0750d.tar.gz linhes_pkgbuild-0b2b9b97e95f8f8bfda1d1fe09136d121cd0750d.tar.bz2 |
Fixed UUID detection for upgrades when /myth is NOT partition 3
Fixed missing xorg.conf on install for "unsupported cards".
The problem was due to X-configure not running because X was already running for the install.
Diffstat (limited to 'abs/core-testing/LinHES-config/PKGBUILD')
-rwxr-xr-x | abs/core-testing/LinHES-config/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/LinHES-config/PKGBUILD b/abs/core-testing/LinHES-config/PKGBUILD index aac97cc..3e7d05e 100755 --- a/abs/core-testing/LinHES-config/PKGBUILD +++ b/abs/core-testing/LinHES-config/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-config pkgver=1.0 -pkgrel=154 +pkgrel=172 conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev ) pkgdesc="Install and configure your system" depends=(bc libstatgrab mysql-python expect curl dnsutils parted sg3_utils nmbscan ) |