mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-09 13:24:35 +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:
parent
89f8214bce
commit
45c8291645
4
debian/dirs
vendored
4
debian/dirs
vendored
@ -1,3 +1,3 @@
|
||||
usr/local/bin
|
||||
usr/local/share
|
||||
usr/bin
|
||||
usr/share
|
||||
usr/share/applications
|
||||
|
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}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user