diff options
author | Oliver Tappe | 2008-08-12 16:15:26 +0200 |
---|---|---|
committer | Oliver Tappe | 2008-08-12 16:15:26 +0200 |
commit | 1571341c282c97d552ed427036af7f35f9e6fe0b (patch) | |
tree | 7c8938d2e777eba6ba2afb03fb49e92f1e6b677c | |
parent | * fixed possible hiding of error messages when something goes wrong in a (diff) | |
download | core-1571341c282c97d552ed427036af7f35f9e6fe0b.tar.gz core-1571341c282c97d552ed427036af7f35f9e6fe0b.tar.xz core-1571341c282c97d552ed427036af7f35f9e6fe0b.zip |
* removed superfluous explicit creation of SLX_PRIVATE_PATH/config folder,
as it will be created by config folder perl functions, too
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2034 95ad53e4-c205-0410-b2fa-d234c58c8868
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -144,8 +144,6 @@ supported."; \ -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/squashfs \ -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/templates \ -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/ramfstools \ - -p $(SLX_BUILD_PATH)$(SLX_PRIVATE_PATH)/config/default/initramfs \ - -p $(SLX_BUILD_PATH)$(SLX_PRIVATE_PATH)/config/default/rootfs \ -p $(SLX_BUILD_PATH)${USR_BIN_PATH}; @ # copy license |