https://bugzilla.redhat.com/show_bug.cgi?id=1381507



--- Comment #3 from Oliver Haessler <oli...@redhat.com> ---
to get rid of the .gitignore file we just need to add the second rm:

# Remove bundled lua
rm -rf src/external/lua/

# Remove .gitignore file
rm -f data/lua/darktable/external/pygy_require/.gitignore


The other Errors are rpath errors and can be ignored for now. However for a
later build we should see if we can remove the rpath link in the binaries and
add a file in /etc//ld.so.conf.d/ like the one below.

$ cat darktable-x86_64.conf
/usr/lib64/darktable/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org

Reply via email to