diff options
Diffstat (limited to 'release/scripts')
| -rwxr-xr-x | release/scripts/compat21-install.sh (renamed from release/scripts/catpages-install.sh) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/catpages-install.sh b/release/scripts/compat21-install.sh index ce408fedc6cd..f6cc9cbda06b 100755 --- a/release/scripts/catpages-install.sh +++ b/release/scripts/compat21-install.sh @@ -4,5 +4,5 @@ if [ "`id -u`" != "0" ]; then echo "Sorry, this must be done as root." exit 1 fi -cat catpages.?? | tar --unlink -xpzf - -C / +tar --unlink -xpzf compat21.tgz -C / exit 0 |
