diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-03-25 21:21:48 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-03-25 21:21:48 -0400 |
commit | 0e9df864eea7f473e6b742cf5fb4818603df59fc (patch) | |
tree | 6f41ab8c1cbcdaa64945bc74ecf16d16a18818b5 /src/fullpkg | |
parent | bcdde66dc12bb7ebd8d6cf4833115b719b24f2e1 (diff) |
fullpkg: load libremessages
Diffstat (limited to 'src/fullpkg')
-rwxr-xr-x | src/fullpkg/fullpkg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fullpkg/fullpkg b/src/fullpkg/fullpkg index 8e87e46..e053c6e 100755 --- a/src/fullpkg/fullpkg +++ b/src/fullpkg/fullpkg @@ -20,6 +20,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +. libremessages + usage() { print "Usage: %s [OPTIONS] [BUILD_DIR]" "${0##*/}" print "A (libre)makepkg wrapper that will also build dependencies" |