aboutsummaryrefslogtreecommitdiffstats
path: root/pinentry-rofi.scm
diff options
context:
space:
mode:
authorFredrik Salomonsson <plattfot@gmail.com>2019-06-06 19:55:20 -0700
committerFredrik Salomonsson <plattfot@gmail.com>2019-06-06 19:55:20 -0700
commita69f12768f38b662fd5c6eb2365694d98309cbe2 (patch)
tree4b6c6d387692b3df17d42a855a2e324faa6eef2f /pinentry-rofi.scm
parent1a13b7518b3e450ccd219ee654f7a5862cef996f (diff)
downloadpinentry-rofi-a69f12768f38b662fd5c6eb2365694d98309cbe2.tar.gz
Disable the auto compile, which should fix an issue with ubuntu0.4.0
This is a tiny script and it is about as fast without compiling it. And the compile step in the makefile was causing some issues with ubuntu distros as they seems to not have guile support enabled for make.
Diffstat (limited to 'pinentry-rofi.scm')
-rwxr-xr-xpinentry-rofi.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/pinentry-rofi.scm b/pinentry-rofi.scm
index b19eede..a669c79 100755
--- a/pinentry-rofi.scm
+++ b/pinentry-rofi.scm
@@ -1,5 +1,5 @@
#! /usr/bin/guile \
--e main -s
+--no-auto-compile -e main -s
!#
;; Copyright © 2016 Quentin "Sardem FF7" Glidic