Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
magicseteditor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
magicseteditor
Commits
189c4c20
Commit
189c4c20
authored
Sep 21, 2007
by
coppro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed installer.
parent
295e2ed2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
tools/linux-installer/README
tools/linux-installer/README
+2
-2
tools/linux-installer/tarball
tools/linux-installer/tarball
+7
-4
No files found.
tools/linux-installer/README
View file @
189c4c20
...
...
@@ -6,5 +6,5 @@ If, after Magic Set Editor is installed, it complains about being unable to find
is slightly different, and should be installed to that directory, minus the "/data". This can be done by modifying the install script.
After the install script is run and loading is confirmed, you may delete all the contents of this tarball if you wish.
Magic Set Editor stores data only in the primary installation directory and in ~/.magicseteditor.
If you need to uninstall, removing these directories should completely purge your system.
\ No newline at end of file
Magic Set Editor stores data only in the primary installation directory, a symlink to the executable at /usr/local/bin, and in ~/.magicseteditor.
If you need to uninstall, removing these directories should completely purge your system.
tools/linux-installer/tarball
View file @
189c4c20
#!/bin/bash
# Magic Set Editor installer tarball generator.
mkdir
program
mkdir
magicseteditor
mkdir
magicseteditor/program
cp
-rP
../../data ../../src/resource ../../magicseteditor program
;
cp
-rP
../../data /usr/local/share/magicseteditor/resource
../../magicseteditor magicseteditor/program
;
cp install
README magicseteditor
;
tar
-cf
magicseteditor.tar.gz
--owner
root
--exclude
=
.
*
--exclude
=
*
~
--exclude
=
.svn
program
install
README
;
tar
-cf
magicseteditor.tar.gz
--owner
root
--exclude
=
.
*
--exclude
=
*
~
--exclude
=
.svn
magicseteditor
;
rm
-rf
program
;
\ No newline at end of file
rm
-rf
magicseteditor
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment