diff --git a/install b/install index c1763e0f2..5bf51fbb8 100755 --- a/install +++ b/install @@ -1030,7 +1030,7 @@ if [ ! -d /var/log/airtime ]; then verbose "\n * Copying logrotate files..." loudCmd "cp ${AIRTIMEROOT}/legacy/build/airtime-php.logrotate /etc/logrotate.d/airtime-php" - loudCmd "cp ${AIRTIMEROOT}/playout/liquidsoap/logrotate.conf /etc/logrotate.d/libretime-liquidsoap" + loudCmd "cp ${AIRTIMEROOT}/playout/install/logrotate/libretime-liquidsoap.conf /etc/logrotate.d/libretime-liquidsoap" fi verbose "\n * Installing API client..." diff --git a/playout/libretime_liquidsoap/logrotate.conf b/playout/install/logrotate/libretime-liquidsoap.conf similarity index 100% rename from playout/libretime_liquidsoap/logrotate.conf rename to playout/install/logrotate/libretime-liquidsoap.conf