summaryrefslogtreecommitdiff
path: root/macros.in
diff options
context:
space:
mode:
Diffstat (limited to 'macros.in')
-rw-r--r--macros.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/macros.in b/macros.in
index 6e4afb90f..406622d2f 100644
--- a/macros.in
+++ b/macros.in
@@ -36,13 +36,14 @@
%__id @__ID@
%__id_u %{__id} -u
%__install @__INSTALL@
-%__ln_s @LN_S@
+%__ln @__LN@
+%__ln_s %{__ln} -s
%__lrzip @__LRZIP@
%__lzip @__LZIP@
%__xz @__XZ@
%__make @__MAKE@
%__mkdir @__MKDIR@
-%__mkdir_p @__MKDIR_P@
+%__mkdir_p %{__mkdir} -p
%__mv @__MV@
%__patch @__PATCH@
%__rm @__RM@