[oe-issues] [Bug 1961] New: fix for ziq not creating installation dir

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Sat Mar 10 16:27:07 UTC 2007


http://bugs.openembedded.org/show_bug.cgi?id=1961

           Summary: fix for ziq not creating installation dir
           Product: Openembedded
           Version: Angstrom
          Platform: ARM
        OS/Version: Linux
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: Build
        AssignedTo: openembedded-issues at lists.openembedded.org
        ReportedBy: marek.vasut at gmail.com
         QAContact: tinderbox-oe at gmx.net


--- ziq_1.1ern.bb.orig  2007-03-10 17:07:45.000000000 +0100
+++ ziq_1.1ern.bb       2007-03-10 17:06:29.000000000 +0100
@@ -21,6 +21,7 @@
 do_install () {
        install -d ${D}${palmtopdir}/pics/${APPNAME}/
        install -m 0644 ${S}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
+       mkdir -p ${D}${palmtopdir}/apps/Games
        install -m 0644 ${S}/${APPNAME}.desktop ${D}${palmtopdir}/apps/Games
 }


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the Openembedded-issues mailing list