ports/opt (3.2): alsa-utils: moved man pages to /usr/share/man
commit 6b6b527a67b9cb458bac67ef2e54b55aa1eb708f Author: Matt Housh <jaeger@crux.ninja> Date: Wed Nov 25 17:16:49 2015 -0600 alsa-utils: moved man pages to /usr/share/man diff --git a/alsa-utils/.footprint b/alsa-utils/.footprint index 2e92018..7768e4c 100644 --- a/alsa-utils/.footprint +++ b/alsa-utils/.footprint @@ -22,24 +22,6 @@ lrwxrwxrwx root/root usr/bin/arecord -> aplay -rwxr-xr-x root/root usr/bin/aseqnet -rwxr-xr-x root/root usr/bin/iecset -rwxr-xr-x root/root usr/bin/speaker-test -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/aconnect.1.gz --rw-r--r-- root/root usr/man/man1/alsactl.1.gz --rw-r--r-- root/root usr/man/man1/alsaloop.1.gz --rw-r--r-- root/root usr/man/man1/alsamixer.1.gz --rw-r--r-- root/root usr/man/man1/amidi.1.gz --rw-r--r-- root/root usr/man/man1/amixer.1.gz --rw-r--r-- root/root usr/man/man1/aplay.1.gz --rw-r--r-- root/root usr/man/man1/aplaymidi.1.gz -lrwxrwxrwx root/root usr/man/man1/arecord.1.gz -> aplay.1.gz --rw-r--r-- root/root usr/man/man1/arecordmidi.1.gz --rw-r--r-- root/root usr/man/man1/aseqdump.1.gz --rw-r--r-- root/root usr/man/man1/aseqnet.1.gz --rw-r--r-- root/root usr/man/man1/iecset.1.gz --rw-r--r-- root/root usr/man/man1/speaker-test.1.gz -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/alsaconf.8.gz drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/alsa-info.sh -rwxr-xr-x root/root usr/sbin/alsaconf @@ -56,6 +38,24 @@ drwxr-xr-x root/root usr/share/alsa/init/ -rw-r--r-- root/root usr/share/alsa/init/test drwxr-xr-x root/root usr/share/alsa/speaker-test/ -rw-r--r-- root/root usr/share/alsa/speaker-test/sample_map.csv +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/aconnect.1.gz +-rw-r--r-- root/root usr/share/man/man1/alsactl.1.gz +-rw-r--r-- root/root usr/share/man/man1/alsaloop.1.gz +-rw-r--r-- root/root usr/share/man/man1/alsamixer.1.gz +-rw-r--r-- root/root usr/share/man/man1/amidi.1.gz +-rw-r--r-- root/root usr/share/man/man1/amixer.1.gz +-rw-r--r-- root/root usr/share/man/man1/aplay.1.gz +-rw-r--r-- root/root usr/share/man/man1/aplaymidi.1.gz +lrwxrwxrwx root/root usr/share/man/man1/arecord.1.gz -> aplay.1.gz +-rw-r--r-- root/root usr/share/man/man1/arecordmidi.1.gz +-rw-r--r-- root/root usr/share/man/man1/aseqdump.1.gz +-rw-r--r-- root/root usr/share/man/man1/aseqnet.1.gz +-rw-r--r-- root/root usr/share/man/man1/iecset.1.gz +-rw-r--r-- root/root usr/share/man/man1/speaker-test.1.gz +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/alsaconf.8.gz drwxr-xr-x root/root usr/share/sounds/ drwxr-xr-x root/root usr/share/sounds/alsa/ -rw-r--r-- root/root usr/share/sounds/alsa/Front_Center.wav diff --git a/alsa-utils/Pkgfile b/alsa-utils/Pkgfile index d7e29c4..2e1f596 100644 --- a/alsa-utils/Pkgfile +++ b/alsa-utils/Pkgfile @@ -5,14 +5,13 @@ name=alsa-utils version=1.1.0 -release=1 +release=2 source=(http://crux.nu/files/distfiles/$name-$version.tar.bz2 \ rc.alsa) build() { cd $name-$version ./configure --prefix=/usr \ - --mandir=/usr/man \ --disable-bat \ --disable-nls \ --disable-xmlto @@ -22,7 +21,7 @@ build() { make make DESTDIR=$PKG install - rm -r $PKG/usr/man/{fr,man7} + rm -r $PKG/usr/share/man/{fr,man7} install -D -m 0755 $SRC/rc.alsa $PKG/etc/rc.d/alsa }
participants (1)
-
crux@crux.nu