You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shouldn't this line: /usr/bin/install -c -m 644 appdata/network-manager-wireguard.metainfo.xml '/usr/share/appdata'
look like this to point to appdata as directory? It looks like install command tries to override appdata as file /usr/bin/install -c -m 644 appdata/network-manager-wireguard.metainfo.xml '/usr/share/appdata/'
or shouldn't Makefile:install make shure the path exists? mkdir -p /usr/share/appdata?
The text was updated successfully, but these errors were encountered:
I'm tring to build a debian package using checkinstall. It fails with this error and I think there's a little bug in the install script:
Shouldn't this line:
/usr/bin/install -c -m 644 appdata/network-manager-wireguard.metainfo.xml '/usr/share/appdata'
look like this to point to appdata as directory? It looks like install command tries to override appdata as file
/usr/bin/install -c -m 644 appdata/network-manager-wireguard.metainfo.xml '/usr/share/appdata/'
or shouldn't Makefile:install make shure the path exists?
mkdir -p /usr/share/appdata
?The text was updated successfully, but these errors were encountered: