From 6195fb2648de4a2275facce8f6312a68cbbf53a7 Mon Sep 17 00:00:00 2001 From: liangdong Date: Sat, 21 Mar 2020 23:46:19 +0800 Subject: [PATCH] refix compile error --- flatpak.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatpak.spec b/flatpak.spec index c074482..6eb3809 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -37,7 +37,7 @@ This package contains the pkg-config file and development headers for %{name}. %configure --with-priv-mode=none \ --with-system-bubblewrap --enable-docbook-docs $CONFIGFLAGS) %make_build V=1 -sed -i 's/idm[0-9]\{5,32\}\"/idm123456789123456\"/g' /home/abuild/rpmbuild/BUILD/flatpak-1.0.3/doc/flatpak-docs.html +sed -i 's/idm[0-9]\{5,32\}\"/idm123456789123456\"/g' %{_builddir}/flatpak-1.0.3/doc/flatpak-docs.html %install %make_install -- Gitee