Author: danielw Date: 2006-02-07 10:54:37 +0100 (Tue, 07 Feb 2006) New Revision: 684 Modified: crux-2.1/ports/opt/audacity/.footprint crux-2.1/ports/opt/audacity/Pkgfile Log: audacity: cleaned up Pkgfile Modified: crux-2.1/ports/opt/audacity/.footprint =================================================================== --- crux-2.1/ports/opt/audacity/.footprint 2006-02-07 09:48:48 UTC (rev 683) +++ crux-2.1/ports/opt/audacity/.footprint 2006-02-07 09:54:37 UTC (rev 684) @@ -37,4 +37,4 @@ -rw-r--r-- root/root usr/share/audacity/plug-ins/pluck.ny -rw-r--r-- root/root usr/share/audacity/plug-ins/tremolo.ny drwxr-xr-x root/root usr/share/icons/ --rw-r--r-- root/root usr/share/icons/AudacityLogo48x48.xpm +-rw-r--r-- root/root usr/share/icons/audacity48x48.xpm Modified: crux-2.1/ports/opt/audacity/Pkgfile =================================================================== --- crux-2.1/ports/opt/audacity/Pkgfile 2006-02-07 09:48:48 UTC (rev 683) +++ crux-2.1/ports/opt/audacity/Pkgfile 2006-02-07 09:54:37 UTC (rev 684) @@ -14,6 +14,6 @@ make make prefix=$PKG/usr install rm -rf $PKG/usr/share/{doc,locale} - install -d $PKG/usr/share/icons - install -m 0644 images/AudacityLogo48x48.xpm $PKG/usr/share/icons + install -D -m 0644 images/AudacityLogo48x48.xpm \ + $PKG/usr/share/icons/${name}48x48.xpm }