diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-06-20 23:21:23 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-06-20 23:21:23 +0000 |
| commit | 935ae52c4e1d9ca3630882f144117ffc2300804a (patch) | |
| tree | d214397eb06fdef87f3976bc267763b4a6052ddf /xdg-user-dirs | |
| parent | da9b5ae270f2594c813072695b807f5ee7b5acd3 (diff) | |
| download | alicelinux-935ae52c4e1d9ca3630882f144117ffc2300804a.tar.gz alicelinux-935ae52c4e1d9ca3630882f144117ffc2300804a.zip | |
Woodpecker CI 93e629250d2f2073dcea128000323264d2c7571f [SKIP CI]
Diffstat (limited to 'xdg-user-dirs')
| -rw-r--r-- | xdg-user-dirs/.files | 6 | ||||
| -rw-r--r-- | xdg-user-dirs/abuild | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/xdg-user-dirs/.files b/xdg-user-dirs/.files index 72c0d7f6..b49e6903 100644 --- a/xdg-user-dirs/.files +++ b/xdg-user-dirs/.files @@ -1,9 +1,9 @@ drwxr-xr-x root/root etc/ drwxr-xr-x root/root etc/xdg/ drwxr-xr-x root/root etc/xdg/autostart/ --rw-r--r-- root/root etc/xdg/autostart/xdg-user-dirs.desktop.new --rw-r--r-- root/root etc/xdg/user-dirs.conf.new --rw-r--r-- root/root etc/xdg/user-dirs.defaults.new +-rw-rw-r-- root/root etc/xdg/autostart/xdg-user-dirs.desktop.new +-rw-rw-r-- root/root etc/xdg/user-dirs.conf.new +-rw-rw-r-- root/root etc/xdg/user-dirs.defaults.new drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/xdg-user-dir diff --git a/xdg-user-dirs/abuild b/xdg-user-dirs/abuild index 67d78422..6ddf20b0 100644 --- a/xdg-user-dirs/abuild +++ b/xdg-user-dirs/abuild @@ -2,7 +2,7 @@ name=xdg-user-dirs version=0.20 release=1 source="https://user-dirs.freedesktop.org/releases/$name-$version.tar.xz" -build_opt='-Ddocs=false' +build_opt='-Ddocs=false -Dnls=false' postbuild() { rm -rf $PKG/usr/lib $PKG/usr/share |