From 3e8a639810662502a18a7434b7bac125550a415d Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Thu, 23 Oct 2008 15:58:14 +0000 Subject: [PATCH] Stefan Fiedler: xmame: fix shared files with 00-dirtree [2008100414344385390] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@9100 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/fake/xmame/xmame.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/fake/xmame/xmame.conf b/package/fake/xmame/xmame.conf index 4df5aca28..a92914b04 100644 --- a/package/fake/xmame/xmame.conf +++ b/package/fake/xmame/xmame.conf @@ -35,5 +35,8 @@ case "$arch" in esac var_append makeopt ' ' "MY_CPU=$MY_CPU" +# Using another group will change ownership of some system directories and +# result in a shared file conflict with 00-dirtree. +var_append makeinstopt ' ' "INSTALL_GROUP=root" hook_add postmake 5 "cp contrib/frontends/mamex.new $root/$prefix/bin/mamex"