-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creates corrupt .INSTALL script #89
Comments
Hello I wanted to follow up, :: Processing package changes...
/tmp/alpm_6jAOKD/.INSTALL: line 128: syntax error near unexpected token `elif'
/tmp/alpm_6jAOKD/.INSTALL: line 128: ` elif [ ! -r $PROFILE ]; then'
(1/1) reinstalling packettracer [####################################################################] 100%
/tmp/alpm_BhgJf8/.INSTALL: line 128: syntax error near unexpected token `elif'
/tmp/alpm_BhgJf8/.INSTALL: line 128: ` elif [ ! -r $PROFILE ]; then'
gtk-update-icon-cache: No theme index file. I confirm that after making the changes i made to the .INSTALL script, the program installs and runs as expected. |
Hi, thank you for maintaining this repository! I encountered a similar issue when I converted
Result:
Here is the generated
|
I will follow up on this later but Im running late today and just wanted to report as much as i remember for today.
When i used debtap on Cisco packet tracer 8.2.1-1 debian package, the install script that had been generated was missing line 20 causing pacman to crash during the install with this error:
context:
I later determined the missing statement has to be
Please ask me for any missing details.
The text was updated successfully, but these errors were encountered: