summaryrefslogtreecommitdiffstats
path: root/editors/yasnippet/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'editors/yasnippet/INSTALL')
-rwxr-xr-xeditors/yasnippet/INSTALL4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/yasnippet/INSTALL b/editors/yasnippet/INSTALL
new file mode 100755
index 0000000000..04f5c37631
--- /dev/null
+++ b/editors/yasnippet/INSTALL
@@ -0,0 +1,4 @@
+DIR="$INSTALL_ROOT/usr/share/emacs/site-lisp/$SPELL" &&
+
+install -d -m755 "$DIR" &&
+cp -r "$SOURCE_DIRECTORY"/* "$DIR"