diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-18 20:32:37 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-18 20:32:37 -0300 |
commit | 53e7ae75266510f874ac225070744a1b7f2f12fc (patch) | |
tree | 7185fdca9aefacf4caabb7c1d4494cf349fcda8e /libre/mkbootcd | |
parent | b50d6f1ad36908e3f5f82f1469c05632c09c2804 (diff) | |
download | abslibre-53e7ae75266510f874ac225070744a1b7f2f12fc.tar.gz abslibre-53e7ae75266510f874ac225070744a1b7f2f12fc.tar.bz2 abslibre-53e7ae75266510f874ac225070744a1b7f2f12fc.zip |
mk{bootcd,isolinux,pxelinux}: move /usr/sbin to /usr/bin and fix description on PKGBUILD
Diffstat (limited to 'libre/mkbootcd')
-rw-r--r-- | libre/mkbootcd/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/mkbootcd/PKGBUILD b/libre/mkbootcd/PKGBUILD index 1eb7bd8a7..8990fbae3 100644 --- a/libre/mkbootcd/PKGBUILD +++ b/libre/mkbootcd/PKGBUILD @@ -1,10 +1,10 @@ -# $Id$ +# $Id: PKGBUILD 137619 2011-09-10 08:04:29Z pierre $ # Maintainer : Tobias Powalowski <tpowa@archlinux.org> pkgname=mkbootcd pkgver=2008.09 -pkgrel=2.1 -pkgdesc="Advanced, modular isolinux bootcd image creation utility, Parabola rebranded" +pkgrel=2.2 +pkgdesc="Advanced, modular isolinux bootcd image creation utility (Parabola rebranded)" arch=('any') license=('GPL') url="https://parabolagnulinux.org/" |