]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/stage2
make.sh remove extra PAKFIRE_CORE version for nightly builds
[ipfire-2.x.git] / lfs / stage2
index 4b8f0bc811171cf684618d8754c335de1311db92..355aeef54efbd920980324345a789d1f07438d34 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -147,6 +147,6 @@ endif
 
        # Pakfire
        -mkdir -pv /opt/pakfire/db/core
-       echo "$(PAKFIRE_CORE)" > /opt/pakfire/db/core/mine
+       echo "$(CORE)" > /opt/pakfire/db/core/mine
 
        @$(POSTBUILD)