mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Fix handling of filenames with space
I got spaces in CURDIR for some reason
This commit is contained in:
parent
de8a0a21b2
commit
d820fcc7b1
@ -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}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user