summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-06-25 08:42:55 +0100
committerRichard Hughes <richard@hughsie.com>2014-06-25 08:47:15 +0100
commit45d96f87fe22d8a35a2d1d0e79942ec683b0b0a7 (patch)
tree93cfb95441a2bc591d11136e1e577cba9c39973b /gtk3.spec
parentCopy some un-dist'ed files into the source directory (diff)
downloadgtk3-classic-build-gtk3-45d96f87fe22d8a35a2d1d0e79942ec683b0b0a7.tar.gz
gtk3-classic-build-gtk3-45d96f87fe22d8a35a2d1d0e79942ec683b0b0a7.tar.bz2
gtk3-classic-build-gtk3-45d96f87fe22d8a35a2d1d0e79942ec683b0b0a7.zip
Upload the missing files to the pkgcache
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk3.spec b/gtk3.spec
index 50a8b2c..2b61f61 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -169,6 +169,7 @@ the functionality of the installed %{name} package.
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
# copy missing files
+mkdir -p $RPM_SOURCE_DIR/gtk+-3.13.3/testsuite/reftests
cp %SOURCE1 $RPM_SOURCE_DIR/gtk+-3.13.3/testsuite/reftests
cp %SOURCE2 $RPM_SOURCE_DIR/gtk+-3.13.3/testsuite/reftests
bgstack15