aboutsummaryrefslogtreecommitdiff
path: root/testsuite/run-test-satisfy-depends.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/run-test-satisfy-depends.sh')
-rwxr-xr-xtestsuite/run-test-satisfy-depends.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/run-test-satisfy-depends.sh b/testsuite/run-test-satisfy-depends.sh
index abf6ee4..861ca03 100755
--- a/testsuite/run-test-satisfy-depends.sh
+++ b/testsuite/run-test-satisfy-depends.sh
@@ -61,7 +61,7 @@ for control in satisfydepends/*.control; do
[ -d "$package_dir" ] && rm -rf "$package_dir"
# create package structure
mkdir -p "$package_dir/debian"
- cp -l satisfydepends/debian/* "$package_dir/debian"
+ cp -l satisfydepends/debian/rules "$package_dir/debian"
cp -l $changelog "$package_dir/debian/changelog"
cp -l $control "$package_dir/debian/control"
log_i "Building package $package/$version as \"$PDEBUILD --buildresult $RESULT_DIR -- --pkgname-logfile\" in $package_dir"