base-files: pandora hack
[openembedded.git] / recipes / base-files / base-files_3.0.14.bb
index 5e78797..a698a18 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Miscellaneous files for the base system."
 SECTION = "base"
 PRIORITY = "required"
-PR = "r88"
+PR = "r93"
 LICENSE = "GPL"
 
 SRC_URI = " \
@@ -116,8 +116,8 @@ do_install () {
                install -m 0644 ${WORKDIR}/filesystems ${D}${sysconfdir}/filesystems
                install -m 0644 ${WORKDIR}/usbd ${D}${sysconfdir}/default/usbd
                install -m 0644 ${WORKDIR}/profile ${D}${sysconfdir}/profile
-               install -m 0755 ${WORKDIR}/share/dot.profile ${D}${sysconfdir}/skel/.profile
-               install -m 0755 ${WORKDIR}/share/dot.bashrc ${D}${sysconfdir}/skel/.bashrc
+#              install -m 0755 ${WORKDIR}/share/dot.profile ${D}${sysconfdir}/skel/.profile
+#              install -m 0755 ${WORKDIR}/share/dot.bashrc ${D}${sysconfdir}/skel/.bashrc
                install -m 0644 ${WORKDIR}/inputrc ${D}${sysconfdir}/inputrc
                install -m 0644 ${WORKDIR}/motd ${D}${sysconfdir}/motd
                for license in BSD GPL-2 LGPL-2 LGPL-2.1 Artistic GPL-3 LGPL-3 GFDL-1.2; do