]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
pakfire: Fix build warning - chown: warning: '.' should be ':'
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 25 May 2026 11:55:51 +0000 (13:55 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 May 2026 09:00:18 +0000 (09:00 +0000)
- Replace ownership separator from . to :

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/pakfire

index 2e75f7f68f1a4b89ffd420196d81d5571ea50dd8..8b9a7f92b6ab260337702a332217d7505f40c9aa 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2026  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        #
@@ -56,7 +56,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        sed -e "s/@VERSION@/$(PAKFIRE_VERSION)/g" \
                < $(DIR_APP)/pakfire.conf \
                > $(DIR_APP)/etc/pakfire.conf
-       chown root.root $(DIR_APP) -R
+       chown root:root $(DIR_APP) -R
        chmod 755 $(DIR_APP)/pakfire
        ln -sf ../../var/log/pakfire /opt/pakfire/logs
        ln -sf ../../var/cache/pakfire /opt/pakfire/cache