diff options
author | Slávek Banko <[email protected]> | 2015-07-08 23:17:54 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2015-07-08 23:17:54 +0200 |
commit | 7d97c1a5ed3cc47c38fca756081eb5c04e2d12e6 (patch) | |
tree | bde1c642c528d96b00de7eef724e187738a35130 /kernel/kls_tiff/Makefile.am | |
parent | aef0dd23e55dd3d8e57825ee832928cf3ce00cd4 (diff) | |
download | libksquirrel-7d97c1a5ed3cc47c38fca756081eb5c04e2d12e6.tar.gz libksquirrel-7d97c1a5ed3cc47c38fca756081eb5c04e2d12e6.zip |
Fix FTBFS on freebsd
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'kernel/kls_tiff/Makefile.am')
-rw-r--r-- | kernel/kls_tiff/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kls_tiff/Makefile.am b/kernel/kls_tiff/Makefile.am index 822a862..0414d92 100644 --- a/kernel/kls_tiff/Makefile.am +++ b/kernel/kls_tiff/Makefile.am @@ -12,6 +12,6 @@ EXTRA_DIST = libkls_tiff.so.ui install-data-am: $(mkinstalldirs) $(DESTDIR)$(pkgdatadir) - $(INSTALL) --mode=0644 libkls_tiff.so.ui $(DESTDIR)$(pkgdatadir)/libkls_tiff.so.ui + $(INSTALL) -m 0644 libkls_tiff.so.ui $(DESTDIR)$(pkgdatadir)/libkls_tiff.so.ui AM_CXXFLAGS = -DTIFF_UI=\"${pkgdatadir}/libkls_tiff.so.ui\" |