diff options
Diffstat (limited to 'dev/libs/libgpg-error')
-rwxr-xr-x | dev/libs/libgpg-error/libgpg-error.SlackBuild | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/dev/libs/libgpg-error/libgpg-error.SlackBuild b/dev/libs/libgpg-error/libgpg-error.SlackBuild index 5da1556f..bb1761c7 100755 --- a/dev/libs/libgpg-error/libgpg-error.SlackBuild +++ b/dev/libs/libgpg-error/libgpg-error.SlackBuild @@ -1,16 +1,19 @@ #!/bin/bash # -# libgpg-error.SlackBuild is free software; you can redistribute it and/or modify it under the -# terms of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or any later version. +# libgpg-error.SlackBuild is free software; you can redistribute +# it and/or # modify it under the terms of the GNU General Public +# License as published by # the Free Software Foundation; either +# version 2 of the License, or any later version. # -# libgpg-error.SlackBuild is distributed in the hope that it will be useful, but WITHOUT ANY -# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR -# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# libgpg-error.SlackBuild is distributed in the hope that it +# will be useful, # but WITHOUT ANY WARRANTY; without even the +# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Software Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, +# MA 02111-1307, USA # # SlackBuild for libgpg-error # http://www.gnupg.org/(en)/related_software/libgpg-error/ @@ -114,7 +117,7 @@ cd "$PKG_SRC" CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ - --prefix="$PREFIX" --libdir="$LIBDIR" "$CONF_OPTIONS" || exit $ERROR_CONF + --prefix="$PREFIX" --libdir="$LIBDIR" $CONF_OPTIONS || exit $ERROR_CONF # Compile make "$NUMJOBS" || exit $ERROR_MAKE |