summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/packages/sato-icon-theme/sato-icon-theme_0.1.bb2
-rw-r--r--meta/packages/sato-icon-theme/sato-icon-theme_svn.bb2
2 files changed, 4 insertions, 0 deletions
diff --git a/meta/packages/sato-icon-theme/sato-icon-theme_0.1.bb b/meta/packages/sato-icon-theme/sato-icon-theme_0.1.bb
index 08db3aa427..30d0017b74 100644
--- a/meta/packages/sato-icon-theme/sato-icon-theme_0.1.bb
+++ b/meta/packages/sato-icon-theme/sato-icon-theme_0.1.bb
@@ -9,6 +9,8 @@ inherit autotools pkgconfig
9 9
10FILES_${PN} += "${datadir}" 10FILES_${PN} += "${datadir}"
11 11
12PACKAGE_ARCH = "all"
13
12pkg_postinst_${PN} () { 14pkg_postinst_${PN} () {
13 if [ "x$D" != "x" ]; then 15 if [ "x$D" != "x" ]; then
14 exit 1 16 exit 1
diff --git a/meta/packages/sato-icon-theme/sato-icon-theme_svn.bb b/meta/packages/sato-icon-theme/sato-icon-theme_svn.bb
index 4fdcfaefe8..04c8eeba54 100644
--- a/meta/packages/sato-icon-theme/sato-icon-theme_svn.bb
+++ b/meta/packages/sato-icon-theme/sato-icon-theme_svn.bb
@@ -11,6 +11,8 @@ inherit autotools pkgconfig
11 11
12FILES_${PN} += "${datadir}" 12FILES_${PN} += "${datadir}"
13 13
14PACKAGE_ARCH = "all"
15
14pkg_postinst_${PN} () { 16pkg_postinst_${PN} () {
15 if [ "x$D" != "x" ]; then 17 if [ "x$D" != "x" ]; then
16 exit 1 18 exit 1