mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
Create symlinks for the small-letter application icon file names
This commit is contained in:
parent
cafdcf77cb
commit
328f82297a
1 changed files with 3 additions and 0 deletions
|
@ -10,3 +10,6 @@ DEB_SHLIBDEPS_INCLUDE=$(CURDIR)/$(DEB_BUILDDIR)/csync/src
|
|||
|
||||
DEB_SRCDIR=.
|
||||
DEB_CMAKE_EXTRA_FLAGS = -DCMAKE_SKIP_RPATH=OFF -DCMAKE_SKIP_BUILD_RPATH=ON -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON
|
||||
|
||||
common-install-impl::
|
||||
for i in `find $(DEB_DESTDIR)/usr/share/icons -name Nextcloud.png`; do dname=`dirname $$i`; ln -sf Nextcloud.png "$${dname}/nextcloud.png"; done
|
||||
|
|
Loading…
Reference in a new issue