ALT Linux Bugzilla
– Attachment 17774 Details for
Bug 45539
[4.2] join qualimock@
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
nautilus-backspace-allow-override-datadir.diff
file_45539.txt (text/plain), 632 bytes, created by
Arseny Maslennikov
on 2025-02-19 01:43:20 MSK
(
hide
)
Description:
nautilus-backspace-allow-override-datadir.diff
Filename:
MIME Type:
Creator:
Arseny Maslennikov
Created:
2025-02-19 01:43:20 MSK
Size:
632 bytes
patch
obsolete
>diff --git a/makefile b/makefile >index 80c9c5c..d7f9c66 100644 >--- a/makefile >+++ b/makefile >@@ -1,11 +1,12 @@ >-ifeq ($(shell id -u), 0) >- EXTENSION_DIR = /usr/share/nautilus-python/extensions >- SCHEMA_DIR = /usr/share/glib-2.0/schemas >-else >- EXTENSION_DIR = ~/.local/share/nautilus-python/extensions >- SCHEMA_DIR = ~/.local/share/glib-2.0/schemas >+datadir = /usr/share >+ >+ifneq ($(shell id -u), 0) >+datadir = ~/.local/share > endif > >+EXTENSION_DIR = $(datadir)/nautilus-python/extensions >+SCHEMA_DIR = $(datadir)/glib-2.0/schemas >+ > install: > install -d $(EXTENSION_DIR) > install Back.py $(EXTENSION_DIR)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 45539
:
12735
|
12736
| 17774