espelhamento de
https://github.com/arsenetar/dupeguru.git
sincronizado 2025-07-03 22:13:20 +00:00
Merge pull request #627 from ptman/patch-1
Fix handling of filenames with space
Esse commit está contido em:
commit
98c6f12b39
@ -6,6 +6,6 @@ all:
|
|||||||
touch build_pe_modules.py
|
touch build_pe_modules.py
|
||||||
python3 build_pe_modules.py
|
python3 build_pe_modules.py
|
||||||
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"
|
||||||
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}"
|
||||||
|
Carregando…
x
Referência em uma nova issue
Block a user