diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-20 15:24:52 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-20 15:24:52 +0000 |
commit | f6c111ef94b3b2e609b43fe0958cba4808d38c16 (patch) | |
tree | 2e87f8388d2c4d48da9801f674b60e1cdb9f78f6 /packages/maemo/osso-af-startup_0.28-1.bb | |
parent | 24a2a2127a35bdb2ed414a1ed109813ba951e2d1 (diff) |
another set of parse errors fixing
Diffstat (limited to 'packages/maemo/osso-af-startup_0.28-1.bb')
-rw-r--r-- | packages/maemo/osso-af-startup_0.28-1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/maemo/osso-af-startup_0.28-1.bb b/packages/maemo/osso-af-startup_0.28-1.bb index 640ebc9671..daf120a914 100644 --- a/packages/maemo/osso-af-startup_0.28-1.bb +++ b/packages/maemo/osso-af-startup_0.28-1.bb @@ -10,7 +10,7 @@ SRC_URI = "http://stage.maemo.org:80/pool/maemo/ossw/source/o/${PN}/${PN}_${PV}. file://osso-af-startup-source.patch;patch=1;pnum=0 \ file://launch-no-o.patch;patch=1;pnum=0" -S = ${WORKDIR}/${PN}-0.28 +S = "${WORKDIR}/${PN}-0.28" FILES_${PN} = "${sysconfdir}/osso-af-init ${sysconfdir}/init.d/af-startup" FILES_osso-af-services = "${sysconfdir}/init.d/af-services" @@ -42,4 +42,4 @@ do_install () { install -m 755 ${S}/top-scripts/af-base-apps ${D}/${sysconfdir}/init.d/af-base-apps install -m 755 ${S}/top-scripts/af-services ${D}/${sysconfdir}/init.d/af-services install -m 755 ${S}/top-scripts/af-startup ${D}/${sysconfdir}/init.d/af-startup -}
\ No newline at end of file +} |