Matt Brubeck <[EMAIL PROTECTED]> writes: > I am adding a menu icon to my "audacity" package, built with CDBS. Can > anyone suggest the best way to install the icons (which are not part of > the original source)? Currently I am using the following lines in > debian/rules: > > ICONS = debian/audacity.xpm debian/audacity16.xpm > > binary-install/audacity:: $(ICONS) > install -d debian/audacity/usr/share/audacity > install -m 644 $(ICONS) debian/audacity/usr/share/audacity
Does that not work? Personally, I'd use dh_install, but it doesn't really matter as long as it works... -- You win again, gravity! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]