diff options
-rw-r--r-- | libre/clementine-libre/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/clementine-libre/PKGBUILD b/libre/clementine-libre/PKGBUILD index cb1978d4f..65591b931 100644 --- a/libre/clementine-libre/PKGBUILD +++ b/libre/clementine-libre/PKGBUILD @@ -53,7 +53,7 @@ build() { rm -v data/nyancat.png ## Put moognu.png to the source code - cp -v "{srcdir}/moognu.png" data + cp -v ../moognu.png data # Create a blank file due that is a dependency for clementine touch data/schema/schema-30.sql |