[librsvg-oci-images/add-curl-to-debian] Fix paths to prepare and cleanup scripts




commit 3315127967032c9fd466bcd2c69203b90bf9226d
Author: Sven Neumann <sven svenfoo org>
Date:   Wed Oct 28 19:29:00 2020 +0100

    Fix paths to prepare and cleanup scripts

 debian/testing | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/debian/testing b/debian/testing
index aaae483..fc1e54e 100644
--- a/debian/testing
+++ b/debian/testing
@@ -1,6 +1,6 @@
 FROM debian:testing
 
-COPY prepare.sh cleanup.sh /root/
+COPY debian/prepare.sh debian/cleanup.sh /root/
 
 RUN /bin/sh /root/prepare.sh && \
     /bin/sh /root/cleanup.sh


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]