summaryrefslogtreecommitdiffstats
path: root/system/cdfs
diff options
context:
space:
mode:
author markus reichelt2011-07-20 16:00:52 +0200
committer Robby Workman2011-07-22 05:52:14 +0200
commit17904ae9c5407dc5dd3e57be81a61136d978c155 (patch)
tree40afb3fda241d6bb0844acc192dc2f0668d3a20b /system/cdfs
parent2347057e381142b044dd6bc981c6985ec8c17d5a (diff)
downloadslackbuilds-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.SlackBuild4
-rw-r--r--system/cdfs/cdfs.info2
-rw-r--r--system/cdfs/doinst.sh3
-rw-r--r--system/cdfs/slack-desc10
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: