mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/cdfs: Fix depmod call in doinst + cleanup.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
2347057e38
commit
17904ae9c5
4 changed files with 10 additions and 9 deletions
|
@ -22,10 +22,12 @@
|
||||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
|
# Maintained by markus reichelt <slackbuilds@mareichelt.de> 0xCCEEF115
|
||||||
|
|
||||||
PRGNAM=cdfs
|
PRGNAM=cdfs
|
||||||
VERSION=2.6.27
|
VERSION=2.6.27
|
||||||
ARCH=$(uname -m)
|
ARCH=$(uname -m)
|
||||||
BUILD=${BUILD:-3}
|
BUILD=${BUILD:-4}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
KERNEL=${KERNEL:-"$(uname -r)"}
|
KERNEL=${KERNEL:-"$(uname -r)"}
|
||||||
|
|
|
@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="markus reichelt"
|
MAINTAINER="markus reichelt"
|
||||||
EMAIL="slackbuilds@mareichelt.de"
|
EMAIL="slackbuilds@mareichelt.de"
|
||||||
APPROVED="rworkman"
|
APPROVED="rworkman,Niels Horn"
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
chroot . /sbin/depmod -ae @KERNEL@
|
chroot . /sbin/depmod -a @KERNEL@
|
||||||
|
|
||||||
|
|
|
@ -5,15 +5,15 @@
|
||||||
# make exactly 11 lines for the formatting to be correct. It's also
|
# make exactly 11 lines for the formatting to be correct. It's also
|
||||||
# customary to leave one space after the ':'.
|
# customary to leave one space after the ':'.
|
||||||
|
|
||||||
|-----handy-ruler--------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
cdfs: CDfs (cd filesystem driver)
|
cdfs: CDfs (cd filesystem driver)
|
||||||
cdfs:
|
cdfs:
|
||||||
cdfs: CDfs is a file system for Linux systems that `exports' all tracks and
|
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: 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: (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: The primary goal for developing this file system was to "unlock"
|
||||||
cdfs: information in old ISO images.
|
cdfs: information in old ISO images.
|
||||||
cdfs:
|
cdfs:
|
||||||
cdfs: Homepage: http://users.elis.ugent.be/~mronsse/cdfs/
|
cdfs: Homepage: http://users.elis.ugent.be/~mronsse/cdfs/
|
||||||
cdfs:
|
cdfs:
|
||||||
cdfs:
|
cdfs:
|
||||||
|
|
Loading…
Reference in a new issue