diff options
-rw-r--r-- | drakconf.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drakconf.spec b/drakconf.spec index 80a9043d..06549871 100644 --- a/drakconf.spec +++ b/drakconf.spec @@ -68,7 +68,7 @@ ln -sf %_bindir/drakconf %buildroot/%_sbindir/drakconf install -d %buildroot/etc touch %buildroot/etc/mcc.conf -ln -s {drakconf,%buildroot%_bindir/mcc} +for i in %buildroot{%_sbindir,%_bindir}/mcc; do ln -s {drakconf,$i}; done %post %update_menus |