aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/unrar/unrar_3.4.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/unrar/unrar_3.4.3.bb')
-rw-r--r--recipes/unrar/unrar_3.4.3.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/unrar/unrar_3.4.3.bb b/recipes/unrar/unrar_3.4.3.bb
new file mode 100644
index 0000000000..39d81990e2
--- /dev/null
+++ b/recipes/unrar/unrar_3.4.3.bb
@@ -0,0 +1,6 @@
+require unrar.inc
+
+do_install() {
+ install -d ${D}${bindir}
+ install -m 0755 unrar ${D}${bindir}
+}