diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-03-11 06:35:40 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:07 +0200 |
commit | c28707212663606a4a26059745fe018ea1183581 (patch) | |
tree | 1627b888e9c0be82e3139e5099f840ac44714114 /scripts/build/clean | |
parent | 1083985682c166a9c117b08bee9cecc3beb20d73 (diff) | |
download | vyos-live-build-c28707212663606a4a26059745fe018ea1183581.tar.gz vyos-live-build-c28707212663606a4a26059745fe018ea1183581.zip |
Debranding package for derivatives.
Diffstat (limited to 'scripts/build/clean')
-rwxr-xr-x | scripts/build/clean | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/clean b/scripts/build/clean index 771e2cd6a..b9d7e822d 100755 --- a/scripts/build/clean +++ b/scripts/build/clean @@ -40,7 +40,7 @@ Set_defaults # Avoid cases were users accidentally nuke their config/binary if [ ! -d config ] && [ "$(basename ${PWD})" = "config" ] then - Echo_error "%s is not a good Debian Live working directory to clean." "${PWD}" + Echo_error "%s is not a good live-build working directory to clean." "${PWD}" exit 1 fi |