diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-24 00:56:36 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-24 00:56:36 +0300 |
commit | 546b2c3e5259ed30c1941954383bd02e97ac4a7c (patch) | |
tree | a5d99d6a00c90fbbbed49d880c5f0cfcec24118f /dbus | |
parent | eb357139f104554702f5fa4e757bb7b39aa6ab3d (diff) | |
download | repository-546b2c3e5259ed30c1941954383bd02e97ac4a7c.tar.gz |
dbus: use clsv
Diffstat (limited to 'dbus')
-rwxr-xr-x | dbus/dbus/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus/build b/dbus/dbus/build index 90ce53ef..3181e74f 100755 --- a/dbus/dbus/build +++ b/dbus/dbus/build @@ -20,4 +20,4 @@ cpt l libX11 libSM libICE >/dev/null 2>&1 && xorg=--with-x make make DESTDIR="$1" install -DESTDIR=$1 install-sv dbus.run +clsv -d "$1" dbus.run |