mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +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/bin
|
||||||
usr/local/share
|
usr/share
|
||||||
usr/share/applications
|
usr/share/applications
|
||||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -44,7 +44,6 @@ install: build
|
|||||||
chmod +x src/run.py
|
chmod +x src/run.py
|
||||||
cp -R src/ $(CURDIR)/debian/{pkgname}/usr/share/{execname}
|
cp -R src/ $(CURDIR)/debian/{pkgname}/usr/share/{execname}
|
||||||
cp $(CURDIR)/debian/{execname}.desktop $(CURDIR)/debian/{pkgname}/usr/share/applications
|
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}
|
ln -s /usr/share/{execname}/run.py $(CURDIR)/debian/{pkgname}/usr/bin/{execname}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user