summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlashbunny2013-09-26 18:12:10 -0400
committerSlashbunny2013-09-26 18:12:10 -0400
commit5a32d1a296afb277c80c81fe179da64b0300239f (patch)
tree6c69bb2685210415bc17ed64677dd1dcd6c09fd2
parent14516d9d24855f9679f5092eaacf12a1b42f14b0 (diff)
downloadaur-5a32d1a296afb277c80c81fe179da64b0300239f.tar.gz
Use variable for source path
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 71bce2855e9c..7a044a4c0c1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -66,7 +66,7 @@ package() {
install -d ${pkgdir}/usr/share/webapps/tracks
# Copy Tracks data to destination directory
- cp -r ${srcdir}/TracksApp-tracks-bc8b817/. \
+ cp -r ${srcdir}/${_tracks_archive_path}/. \
${pkgdir}/usr/share/webapps/tracks/
# Change ownership of files to http:http