Author: pebender
Date: Wed Jul 15 18:51:56 2009
New Revision: 5174

Modified:
    trunk/gar-minimyth/script/utils/util-linux-ng/Makefile

Log:
- Fixed utils/util-linux-ng so that it deletes the *.la files from their  
new locations.



Modified: trunk/gar-minimyth/script/utils/util-linux-ng/Makefile
==============================================================================
--- trunk/gar-minimyth/script/utils/util-linux-ng/Makefile      (original)
+++ trunk/gar-minimyth/script/utils/util-linux-ng/Makefile      Wed Jul 15  
18:51:56 2009
@@ -70,5 +70,6 @@
        @$(MAKECOOKIE)

  post-install:
-       @rm -f $(DESTDIR)$(elibdir)/libblkid.la
+       @rm -f $(DESTDIR)$(libdir)/libblkid.la
+       @rm -f $(DESTDIR)$(libdir)/libuuid.la
        @$(MAKECOOKIE)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to