diff options
author | Cem Keylan <cem@ckyln.com> | 2021-12-03 14:33:29 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-12-03 14:33:29 +0100 |
commit | bba70e6a7e5bae5d65b438d5944102141d91b23f (patch) | |
tree | 3ec6c8cc5c657dc723212a433cd0e3e5de159003 /extra/catgirl | |
parent | 95e7286219013dabf5915c2f5e91e427b75beaaf (diff) | |
download | repository-bba70e6a7e5bae5d65b438d5944102141d91b23f.tar.gz |
catgirl: don't build tags
Diffstat (limited to 'extra/catgirl')
-rwxr-xr-x | extra/catgirl/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/catgirl/build b/extra/catgirl/build index 2c202144..f04e8ea4 100755 --- a/extra/catgirl/build +++ b/extra/catgirl/build @@ -6,5 +6,5 @@ export LDFLAGS="$LDFLAGS -static" --prefix=/usr \ --mandir=/usr/share/man -make +make all make DESTDIR="$1" install |