diff options
author | xroche <xavier.roche@open.eurogiciel.org> | 2014-10-13 15:14:35 +0200 |
---|---|---|
committer | xroche <xavier.roche@open.eurogiciel.org> | 2014-10-13 15:14:35 +0200 |
commit | 9331dfb4907377e5241cfecb67aac4a2a7617ca4 (patch) | |
tree | c5bbf08e73d91c31216fd3103c8affe1f4477dd5 | |
parent | ad184ba0e298596c587b7754fd13b7c8ac664b84 (diff) | |
download | toybox-9331dfb4907377e5241cfecb67aac4a2a7617ca4.tar.gz toybox-9331dfb4907377e5241cfecb67aac4a2a7617ca4.tar.bz2 toybox-9331dfb4907377e5241cfecb67aac4a2a7617ca4.zip |
Removing autosetup in spec file
Signed-off-by: xroche <xavier.roche@open.eurogiciel.org>
-rw-r--r-- | packaging/toybox.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/toybox.spec b/packaging/toybox.spec index c6083cc..b156ffd 100644 --- a/packaging/toybox.spec +++ b/packaging/toybox.spec @@ -14,7 +14,7 @@ BuildRequires : smack-devel Toybox combines the most common Linux command line utilities together into a single BSD-licensed executable %prep -%autosetup +%setup -q %build cp %{SOURCE1} ./.config |