diff options
| author | stefan11111 <stefan11111@shitposting.expert> | 2024-02-08 21:43:34 +0200 |
|---|---|---|
| committer | stefan11111 <stefan11111@shitposting.expert> | 2024-02-08 21:43:34 +0200 |
| commit | a3a051f5383c9fd636bc82028fb4a6e24a36dd3c (patch) | |
| tree | 6cf9a1d62fe57ee18fc854da7afbe55153e6dce7 /Makefile | |
| parent | e5b35399de865d6075edb6ff36bbc65bbd6e4ac5 (diff) | |
| download | fake-dbus-a3a051f5383c9fd636bc82028fb4a6e24a36dd3c.tar.gz | |
improve Makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
