#7 Use make macros
Merged 3 years ago by churchyard. Opened 3 years ago by churchyard.
rpms/ churchyard/python3.7 make_macros  into  master

file modified
+1 -5
@@ -785,11 +785,7 @@ 

    mkdir -p $ConfDir

    pushd $ConfDir

  

-   make \

-     DESTDIR=%{buildroot} \

-     INSTALL="install -p" \

-     EXTRA_CFLAGS="$MoreCFlags" \

-     install

+   %make_install EXTRA_CFLAGS="$MoreCFlags"

  

    popd