diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-03-01 05:36:17 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-03-01 05:36:17 +0200 |
commit | a9a3bbaf400e98d6b4e9cdf765728864fe14a7e2 (patch) | |
tree | 893f9609d660c4a0f1e909ae99a911e4208fe1fa /bin/ak-profile | |
parent | c0410df04f57c166c79b8bbe584a97abadaed36e (diff) | |
download | arching-kaos-tools-a9a3bbaf400e98d6b4e9cdf765728864fe14a7e2.tar.gz arching-kaos-tools-a9a3bbaf400e98d6b4e9cdf765728864fe14a7e2.tar.bz2 arching-kaos-tools-a9a3bbaf400e98d6b4e9cdf765728864fe14a7e2.zip |
Rename ak-pack_z_block to ak-zblock-pack
Diffstat (limited to 'bin/ak-profile')
-rwxr-xr-x | bin/ak-profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ak-profile b/bin/ak-profile index a70ffe4..3f72263 100755 --- a/bin/ak-profile +++ b/bin/ak-profile @@ -169,7 +169,7 @@ EOF exit 2 fi - ak-pack_z_block "profile/add" $(pwd)/data + ak-zblock-pack "profile/add" $(pwd)/data if [ "$?" -ne 0 ] then echo "error??" |