diff options
author | dancer <dancer> | 2003-08-01 11:46:34 +0000 |
---|---|---|
committer | dancer <dancer> | 2003-08-01 11:46:34 +0000 |
commit | 45a4b5ec8de168b4e7c7fe5cb06167509b2c6bc3 (patch) | |
tree | 759bd246f516786e839b5d1da4b40397a531fbad /pbuilder-user-mode-linux | |
parent | 36c6c6394d1d39ea79a03f4861c5c9cf66829003 (diff) | |
download | pbuilder-45a4b5ec8de168b4e7c7fe5cb06167509b2c6bc3.tar pbuilder-45a4b5ec8de168b4e7c7fe5cb06167509b2c6bc3.tar.gz |
+ * pbuilder-user-mode-linux (UML_EXITCODE): remove |lv from pipe,
+ it's not needed.
+ Subject: Bug#203732: pbuilder-uml: Missing dependency on lv
+ From: Daniel Schepler <schepler@math.berkeley.edu>
+
Diffstat (limited to 'pbuilder-user-mode-linux')
-rwxr-xr-x | pbuilder-user-mode-linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-user-mode-linux b/pbuilder-user-mode-linux index c96eed7..9b417da 100755 --- a/pbuilder-user-mode-linux +++ b/pbuilder-user-mode-linux @@ -248,7 +248,7 @@ case "${OPERATION}" in mkdir ~/.pbuilder-user-mode-linux fi cd ~/.pbuilder-user-mode-linux - sed "s/dist=.*/dist=${UML_DISTRIBUTION}/" /etc/rootstrap/rootstrap.conf|lv > rootstrap.conf + sed "s/dist=.*/dist=${UML_DISTRIBUTION}/" /etc/rootstrap/rootstrap.conf > rootstrap.conf rootstrap -s 1000 ${PBUILDER_UML_IMAGE} operate_uml update ;; |