[dia: 15/105] #19: Correct Shape_Design installation directory.



commit 05948ee9a80636565fdee5984646445087495181
Author: Eduard Nicodei <eddnicodei gmail com>
Date:   Tue Dec 18 21:32:06 2018 +0000

    #19: Correct Shape_Design installation directory.
    
      - Previously it was installed in $(pkgdatadir)/Shape_Design,
        I'm guessing that was by accident as all other shapes are in
        $(pkgdatadir)/shapes.
      - Looking at the history for Shape_Design the original commit
        did not seem to point to anything out of the orinary.

 shapes/Shape_Design/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/shapes/Shape_Design/Makefile.am b/shapes/Shape_Design/Makefile.am
index 3d7c0ef1..3ca26cb2 100644
--- a/shapes/Shape_Design/Makefile.am
+++ b/shapes/Shape_Design/Makefile.am
@@ -1,7 +1,7 @@
 
-shapedir = $(pkgdatadir)/Shape_Design
+shapedir = $(pkgdatadir)/shapes
 
-Shape_Designdir = $(shapedir)/Misc
+Shape_Designdir = $(shapedir)/Shape_Design
 
 SHAPES = \
        connectionpoint.png \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]