[Tux4kids-commits] r968 - tuxtype/trunk
David Bruce
dbruce-guest at alioth.debian.org
Fri May 8 17:08:06 UTC 2009
Author: dbruce-guest
Date: 2009-05-08 17:08:06 +0000 (Fri, 08 May 2009)
New Revision: 968
Modified:
tuxtype/trunk/tuxtype_preview.spec.in
Log:
cleanup of install paths
Modified: tuxtype/trunk/tuxtype_preview.spec.in
===================================================================
--- tuxtype/trunk/tuxtype_preview.spec.in 2009-05-06 02:24:37 UTC (rev 967)
+++ tuxtype/trunk/tuxtype_preview.spec.in 2009-05-08 17:08:06 UTC (rev 968)
@@ -103,7 +103,11 @@
# install section: ---------------------------------------------------------
%install
-install -d %buildroot/{%_bindir,%_datadir/pixmaps,%_datadir/applications,%_datadir/%progname,%_defaultdocdir/%progname}
+install -d %buildroot/%_bindir
+install -d %buildroot/%_datadir/pixmaps
+install -d %buildroot/%_datadir/applications
+install -d %buildroot/%_datadir/%progname
+install -d %buildroot/%_defaultdocdir/%progname
make DESTDIR=%{buildroot} install
install -m 644 data/images/icons/icon.png %buildroot%_datadir/pixmaps/%progname.png
More information about the Tux4kids-commits
mailing list