summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorstefan11111 <stefan11111@shitposting.expert>2024-02-08 21:43:34 +0200
committerstefan11111 <stefan11111@shitposting.expert>2024-02-08 21:43:34 +0200
commita3a051f5383c9fd636bc82028fb4a6e24a36dd3c (patch)
tree6cf9a1d62fe57ee18fc854da7afbe55153e6dce7 /Makefile
parente5b35399de865d6075edb6ff36bbc65bbd6e4ac5 (diff)
downloadfake-dbus-a3a051f5383c9fd636bc82028fb4a6e24a36dd3c.tar.gz
improve Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 20138f0..5c6da47 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ libdbus-1.so.3:
install: libdbus-1.so.3
mkdir -p ${DESTDIR}/usr${LIBDIR}
- cp -f libdbus-glib-1.so.2 ${DESTDIR}/usr${LIBDIR}
+# cp -f libdbus-glib-1.so.2 ${DESTDIR}/usr${LIBDIR}
cp -f libdbus-1.so.3 ${DESTDIR}/usr${LIBDIR}
ln -rsf ${DESTDIR}/usr${LIBDIR}/libdbus-1.so.3 ${DESTDIR}/usr${LIBDIR}/libdbus-1.so
mkdir -p ${DESTDIR}/usr${LIBDIR}/pkgconfig