oops, almost screwed up macros.tde completely!

v3.5.13-sru
Robert Xu 13 years ago
parent 8d6b7f6608
commit 3465a0fc7c

@ -81,6 +81,7 @@
%make_tde(d:) \
bdir=. \
%{-d:dir=%{-d*} \
cd $dir \
bdir=.. } \
make %{?_smp_mflags} VERBOSE=1 \
if [ "$bdir" == ".." ]; then \
@ -91,6 +92,7 @@
%makeinstall_tde(d:) \
bdir=. \
%{-d:dir=%{-d*} \
cd $dir \
bdir=.. } \
make DESTDIR=%{?buildroot:%{buildroot}} install VERBOSE=1 \
if [ "$bdir" == ".." ]; then \

Loading…
Cancel
Save