aboutsummaryrefslogtreecommitdiffstats
path: root/packages/uae/e-uae_0.8.27.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/uae/e-uae_0.8.27.bb')
-rw-r--r--packages/uae/e-uae_0.8.27.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/uae/e-uae_0.8.27.bb b/packages/uae/e-uae_0.8.27.bb
index 7b66d45164..60b9b7d8e9 100644
--- a/packages/uae/e-uae_0.8.27.bb
+++ b/packages/uae/e-uae_0.8.27.bb
@@ -3,6 +3,7 @@ SECTION = "base"
PRIORITY = "optional"
DEPENDS = "libsdl-qpe"
LICENSE = "GPL"
+PR = "r1"
SRC_URI = "http://rcdrummond.net/uae/e-uae-${PV}/e-uae-${PV}.tar.bz2 \
file://configure.patch;patch=1"
@@ -30,6 +31,6 @@ do_install_append() {
# Either update a global config in /etc, install it into /etc/skel/ for
# new users homedirs, rely on the user installing it to put it in place,
# or dont install it at all. --CL
-# install -d ${D}home/root
-# install ${FILESDIR}/uaerc ${D}home/root/.uaerc
+# install -d ${D}/home/root
+# install ${FILESDIR}/uaerc ${D}/home/root/.uaerc
}