diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-25 21:06:07 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-25 21:06:07 -0700 |
commit | c1b9c57b25a96b2af66fb89e418101623665aa5a (patch) | |
tree | 7fe2df7a65d32b94f80dfbc999f7bbff8f8d6a24 | |
parent | d10824b11ee31566e4cef7bb8bc617747eaa37c4 (diff) | |
download | vyos-cloud-init-c1b9c57b25a96b2af66fb89e418101623665aa5a.tar.gz vyos-cloud-init-c1b9c57b25a96b2af66fb89e418101623665aa5a.zip |
Continue working on cleaning this up
-rw-r--r-- | packages/brpm.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/brpm.tmpl b/packages/brpm.tmpl index 0128bb69..f0c874ee 100644 --- a/packages/brpm.tmpl +++ b/packages/brpm.tmpl @@ -32,7 +32,7 @@ ssh keys and to let the user run various scripts. %prep -%setup -q -n +%setup -q -n %{name}-%{version}-{{revno}} %build %{__python} setup.py build |