diff options
author | James Meyer <james.meyer@operamail.com> | 2009-01-12 23:32:57 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-01-12 23:32:57 (GMT) |
commit | 0ddfab039265ac932a8a48b01e90ffdb434d7fb7 (patch) | |
tree | 187124e6a0bfc0e818ea2cb500fb0b3f83851370 /abs/core-testing/linhes-live/PKGBUILD | |
parent | 6c619a60fd89b5e75a93cff06977c552ddf1e621 (diff) | |
download | linhes_pkgbuild-0ddfab039265ac932a8a48b01e90ffdb434d7fb7.zip linhes_pkgbuild-0ddfab039265ac932a8a48b01e90ffdb434d7fb7.tar.gz linhes_pkgbuild-0ddfab039265ac932a8a48b01e90ffdb434d7fb7.tar.bz2 |
Correct not ejecting the cd because it thinks it's not a cddrive.
Moved break inside the loop, so the loop actually loops instead of stopping after the first device.
Diffstat (limited to 'abs/core-testing/linhes-live/PKGBUILD')
-rw-r--r-- | abs/core-testing/linhes-live/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core-testing/linhes-live/PKGBUILD b/abs/core-testing/linhes-live/PKGBUILD index f718e22..b0da16a 100644 --- a/abs/core-testing/linhes-live/PKGBUILD +++ b/abs/core-testing/linhes-live/PKGBUILD @@ -2,7 +2,7 @@ # 2008.09.25 pkgname=linhes-live pkgver=5.3.3 -pkgrel=12 +pkgrel=15 pkgdesc="LinHes compulsory components for the Live System." url="http://KnoppMyth.net" @@ -29,3 +29,4 @@ build() { # End #change hook1 to wait for usb cdroms +#add extra login to f_remountro for vmware/usb |