mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 22:51:39 +00:00
Fixed a few inconsistencies in debian packaging that were left from the /usr/local/share --> /usr/share move.
This commit is contained in:
1
debian/rules
vendored
1
debian/rules
vendored
@@ -44,7 +44,6 @@ install: build
|
||||
chmod +x src/run.py
|
||||
cp -R src/ $(CURDIR)/debian/{pkgname}/usr/share/{execname}
|
||||
cp $(CURDIR)/debian/{execname}.desktop $(CURDIR)/debian/{pkgname}/usr/share/applications
|
||||
mkdir $(CURDIR)/debian/{pkgname}/usr/bin
|
||||
ln -s /usr/share/{execname}/run.py $(CURDIR)/debian/{pkgname}/usr/bin/{execname}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user