diff --git a/roles/bodhi2/backend/files/update-fullfilelist b/roles/bodhi2/backend/files/update-fullfilelist index 83614c1a28..65e4ef4924 100755 --- a/roles/bodhi2/backend/files/update-fullfilelist +++ b/roles/bodhi2/backend/files/update-fullfilelist @@ -14,7 +14,7 @@ fi CREATE=/usr/local/bin/create-filelist # A single lockfile for everything we're modifying -LOCKFILE=/srv/.lock.create-filelist +LOCKFILE=.lock.create-filelist # The directory where all of the modules live TOPD=/pub diff --git a/roles/releng/files/update-fullfilelist b/roles/releng/files/update-fullfilelist index 83614c1a28..65e4ef4924 100755 --- a/roles/releng/files/update-fullfilelist +++ b/roles/releng/files/update-fullfilelist @@ -14,7 +14,7 @@ fi CREATE=/usr/local/bin/create-filelist # A single lockfile for everything we're modifying -LOCKFILE=/srv/.lock.create-filelist +LOCKFILE=.lock.create-filelist # The directory where all of the modules live TOPD=/pub