Blame 0160-TEST-99-RPM-append-to-DESTDIR.patch
|
Harald Hoyer |
53404a |
From 924a669a1bcb46a9090231269270b9f2f0a6daa6 Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
53404a |
From: Harald Hoyer <harald@redhat.com>
|
|
Harald Hoyer |
53404a |
Date: Mon, 7 Nov 2016 17:52:52 +0100
|
|
Harald Hoyer |
53404a |
Subject: [PATCH] TEST-99-RPM: append "/" to DESTDIR
|
|
Harald Hoyer |
53404a |
|
|
Harald Hoyer |
53404a |
---
|
|
Harald Hoyer |
53404a |
test/TEST-99-RPM/test.sh | 2 +-
|
|
Harald Hoyer |
53404a |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
Harald Hoyer |
53404a |
|
|
Harald Hoyer |
53404a |
diff --git a/test/TEST-99-RPM/test.sh b/test/TEST-99-RPM/test.sh
|
|
Harald Hoyer |
53404a |
index 9e52b72..0e3a1a6 100755
|
|
Harald Hoyer |
53404a |
--- a/test/TEST-99-RPM/test.sh
|
|
Harald Hoyer |
53404a |
+++ b/test/TEST-99-RPM/test.sh
|
|
Harald Hoyer |
53404a |
@@ -86,7 +86,7 @@ EOF
|
|
Harald Hoyer |
53404a |
}
|
|
Harald Hoyer |
53404a |
|
|
Harald Hoyer |
53404a |
test_setup() {
|
|
Harald Hoyer |
53404a |
- make -C "$basedir" DESTDIR="$TESTDIR" rpm
|
|
Harald Hoyer |
53404a |
+ make -C "$basedir" DESTDIR="$TESTDIR/" rpm
|
|
Harald Hoyer |
53404a |
return 0
|
|
Harald Hoyer |
53404a |
}
|
|
Harald Hoyer |
53404a |
|