summarylogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorjaviercordero2018-04-07 16:13:43 -0400
committerjaviercordero2018-04-07 16:13:43 -0400
commitfe5317e8b87dcf33a3038ea6684e2b704ffb665d (patch)
treebeca7706660fe9c4f41bc1b693394ff588b0f3b8 /INSTALL
parent56246ca3368ffb47c42c8e0b441af82e0a82dee5 (diff)
downloadaur-fe5317e8b87dcf33a3038ea6684e2b704ffb665d.tar.gz
Coded package() as best understood. I think it should work...
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index bf142c09b0fa..8cb43e073859 100644
--- a/INSTALL
+++ b/INSTALL
@@ -3,7 +3,7 @@ post_install() {
#!/bin/bash
# Link to the binary
-ln -sf '/opt/Imaginary Teleprompter/imaginary-teleprompter' '/usr/local/bin/imaginary-teleprompter'
+ln -sf '/opt/Imaginary/imaginary-teleprompter/imaginary-teleprompter' '/usr/local/bin/imaginary-teleprompter'
}
post_remove() {