From 04f0c6e4d8f280ea39d1a062d47214cca5359ff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Ismael=20Haase=20Hern=C3=A1ndez?= Date: Tue, 19 Oct 2010 16:03:02 -0500 Subject: Fixed thing for this to work --- PKGBUILD | 2 ++ librerelease | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 2cab819..0e589b8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -35,6 +35,8 @@ package() { install -d ${pkgdir}/etc install -m644 ${_gitname}/libretools.conf ${pkgdir}/etc/ + rm ${_gitname}/libretools.conf + install -m755 ${_gitname}/libre* ${pkgdir}/usr/bin/ install -m755 ${_gitname}/pkgbuild-check-nonfree ${pkgdir}/usr/bin/ } diff --git a/librerelease b/librerelease index f684e4d..b53b9d8 100755 --- a/librerelease +++ b/librerelease @@ -21,7 +21,7 @@ # You should have received a copy of the GNU General Public License # along with Parabola. If not, see . custom_config=$XDG_CONFIG_HOME/libretools/libretools.conf -if [-e $custom_config]; then +if [ -e $custom_config ]; then source $custom_config else source /etc/libretools.conf -- cgit v1.2.2