2023-08-16 22:26:55 +00:00
|
|
|
Index: default-config/Makefile.in
|
|
|
|
--- default-config/Makefile.in.orig
|
|
|
|
+++ default-config/Makefile.in
|
2023-09-08 05:21:37 +00:00
|
|
|
@@ -574,9 +574,10 @@ uninstall-am: uninstall-configDATA
|
2023-08-16 22:26:55 +00:00
|
|
|
|
|
|
|
install-data-hook:
|
|
|
|
cp -r $(srcdir)/images $(inst_location)/default-config
|
|
|
|
- ln -sf default-config/FvwmScript-DateTime $(inst_location)
|
|
|
|
- ln -sf default-config/FvwmScript-ConfirmQuit $(inst_location)
|
|
|
|
- ln -sf default-config/FvwmScript-ConfirmCopyConfig $(inst_location)
|
|
|
|
+ mv $(inst_location)/default-config/FvwmScript-DateTime $(inst_location)/..
|
|
|
|
+ mv $(inst_location)/default-config/FvwmScript-ConfirmQuit $(inst_location)/..
|
|
|
|
+ mv $(inst_location)/default-config/FvwmScript-ConfirmCopyConfig $(inst_location)/..
|
|
|
|
+
|
|
|
|
|
|
|
|
uninstall-hook:
|
|
|
|
rm -fr $(DESTDIR)/$(configdir)
|