[05/14] gnump3d: Fix build warning - chown: warning: '.' should be ':'

Message ID 20260525115557.3631627-5-adolf.belka@ipfire.org
State New
Headers
Series [01/14] collectd: Fix build warning chown: warning: '.' should be ':' |

Commit Message

Adolf Belka 25 May 2026, 11:55 a.m. UTC
- Replace ownership separator from . to :

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/gnump3d | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

diff --git a/lfs/gnump3d b/lfs/gnump3d
index 292dee9f6..4bd85e557 100644
--- a/lfs/gnump3d
+++ b/lfs/gnump3d
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2023  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        #
@@ -34,7 +34,7 @@  DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = gnump3d
-PAK_VER    = 10
+PAK_VER    = 11
 
 DEPS       =
 
@@ -92,7 +92,7 @@  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	cd $(DIR_APP) && make install
 	mkdir -p /var/mp3
 	echo Folder for music files > /var/mp3/info
-	chown nobody.nobody /var/mp3
+	chown nobody:nobody /var/mp3
 	install -m 644 $(DIR_SRC)/config/gnump3d/gnump3d.conf /etc/gnump3d/
 	ln -sf /usr/bin/gnump3d-index /etc/fcron.daily/gnump3d-index