Corrections

Signed-off-by: Ste74 <stefano@manjaro.org>
This commit is contained in:
Ste74 2018-09-16 18:35:25 +02:00
parent 467a57b122
commit 68c1489d0c
No known key found for this signature in database
GPG key ID: 8DB9F8C18DF53602

View file

@ -11,9 +11,9 @@
version=0.15.9
LIBDIR='/usr/lib/manjaro-tools'
DATADIR='/usr/share/manjaro-tools'
SYSCONFDIR='/etc/manjaro-tools'
LIBDIR='@libdir@'
DATADIR='@datadir@'
SYSCONFDIR='@sysconfdir@'
[[ -r ${LIBDIR}/util-msg.sh ]] && source ${LIBDIR}/util-msg.sh
import ${LIBDIR}/util.sh