diff options
author | markus reichelt <slackbuilds@mareichelt.de> | 2011-07-20 11:00:52 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-07-21 22:52:14 -0500 |
commit | 17904ae9c5407dc5dd3e57be81a61136d978c155 (patch) | |
tree | 40afb3fda241d6bb0844acc192dc2f0668d3a20b /system/cdfs | |
parent | 2347057e381142b044dd6bc981c6985ec8c17d5a (diff) | |
download | slackbuilds-17904ae9c5407dc5dd3e57be81a61136d978c155.tar.gz |
system/cdfs: Fix depmod call in doinst + cleanup.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/cdfs')
-rw-r--r-- | system/cdfs/cdfs.SlackBuild | 4 | ||||
-rw-r--r-- | system/cdfs/cdfs.info | 2 | ||||
-rw-r--r-- | system/cdfs/doinst.sh | 3 | ||||
-rw-r--r-- | system/cdfs/slack-desc | 10 |
4 files changed, 10 insertions, 9 deletions
diff --git a/system/cdfs/cdfs.SlackBuild b/system/cdfs/cdfs.SlackBuild index 2d246ef694..41a092d327 100644 --- a/system/cdfs/cdfs.SlackBuild +++ b/system/cdfs/cdfs.SlackBuild @@ -22,10 +22,12 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# Maintained by markus reichelt <slackbuilds@mareichelt.de> 0xCCEEF115 + PRGNAM=cdfs VERSION=2.6.27 ARCH=$(uname -m) -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} TAG=${TAG:-_SBo} KERNEL=${KERNEL:-"$(uname -r)"} diff --git a/system/cdfs/cdfs.info b/system/cdfs/cdfs.info index 6bd1a166b6..21dd429351 100644 --- a/system/cdfs/cdfs.info +++ b/system/cdfs/cdfs.info @@ -7,4 +7,4 @@ DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="markus reichelt" EMAIL="slackbuilds@mareichelt.de" -APPROVED="rworkman" +APPROVED="rworkman,Niels Horn" diff --git a/system/cdfs/doinst.sh b/system/cdfs/doinst.sh index 57abf59843..766ff48186 100644 --- a/system/cdfs/doinst.sh +++ b/system/cdfs/doinst.sh @@ -1,2 +1 @@ -chroot . /sbin/depmod -ae @KERNEL@ - +chroot . /sbin/depmod -a @KERNEL@ diff --git a/system/cdfs/slack-desc b/system/cdfs/slack-desc index a6dac81fb3..2209d9f0fa 100644 --- a/system/cdfs/slack-desc +++ b/system/cdfs/slack-desc @@ -5,15 +5,15 @@ # make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':'. - |-----handy-ruler--------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| cdfs: CDfs (cd filesystem driver) -cdfs: +cdfs: cdfs: CDfs is a file system for Linux systems that `exports' all tracks and cdfs: boot images on a CD as normal files. These files can then be mounted cdfs: (e.g. for ISO and boot images), copied, played (audio and VCD tracks) cdfs: The primary goal for developing this file system was to "unlock" cdfs: information in old ISO images. -cdfs: +cdfs: cdfs: Homepage: http://users.elis.ugent.be/~mronsse/cdfs/ -cdfs: -cdfs: +cdfs: +cdfs: |